# Byte-compiled Python and interpreter caches
__pycache__/
*.py[cod]
*$py.class

# Distribution and packaging artifacts
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/

# Test, coverage, type-checker, and linter caches
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/
.mypy_cache/
.pyright/
.ruff_cache/
.hypothesis/

# IDE and editor settings
.idea/
.vscode/
*.swp
*.swo
*~

# Environment files and local secrets
.env
.env.*
!.env.example
!.env.dist

# Operating-system metadata
.DS_Store
Thumbs.db
