# Python compiled files
__pycache__/
*.pyc
*.pyo

# Distribution and packaging
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/
.env

# Test coverage
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/

# Linting cache
.ruff_cache/

# IDE and editor files
.vscode/
.idea/

# Log files
*.log

# macOS system files
.DS_Store