# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
wheels/

# Virtual environments
.venv/

# Testing & coverage
.coverage
htmlcov/
.pytest_cache/

# Type checking & linting
.mypy_cache/
.ruff_cache/

# IDEs
.vscode/
.idea/

# Environment variables
.env
.env.*