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

# Virtual environments
.venv/
venv/
env/

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
.coverage
htmlcov/

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

# Local environment
.env
.env.*
!.env.example
