# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/

# Type checking / linting caches
.mypy_cache/
.ruff_cache/

# Environment / secrets
.env
.env.*

# Editors / IDEs
.vscode/
.idea/

# OS
.DS_Store
