# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Project specific
*.log
.env
.env.*
!.env.example
.debug_*

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

# Test coverage
.coverage
htmlcov/
.pytest_cache/
