# Python
__pycache__/
*.py[cod]
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

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

# IDE
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Development
*.log
*.tmp
