# Python
__pycache__/
*.py[cod]
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg

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

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

# macOS / Windows junk
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Local env / secrets
.env
*.env.*