# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Virtual environments
.venv/
venv/
env/

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

# Environment secrets — NEVER commit
.env

# Type-checker and linter caches
.mypy_cache/
.ruff_cache/

# Test caches
.pytest_cache/
.coverage
htmlcov/

# Editor / OS artefacts
.DS_Store
.idea/
.vscode/
*.swp
