# OS
.DS_Store
Thumbs.db

# Editor / IDE
.idea/
*.iml
.vscode/
*.swp
*.swo
*~

# Python bytecode
__pycache__/
*.pyc

# Virtual environments
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/
.eggs/

# Test / lint / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Environment files
.env
.env.*
!.env.example
!.env.*.example