# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
build/
dist/
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.python-version

# Virtual environments
.venv/
venv/
env/

# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Project-local config (copy from .env.example to override defaults; do not commit)
.env
.env.local

# Build artifacts
dist/
*.whl
*.tar.gz
