# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtualenvs
.venv/
venv/
env/

# uv
# (uv.lock IS committed)

# Build artefacts
build/
dist/
*.exe
*.spec.bak

# PyInstaller
*.manifest

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

# OS
Thumbs.db
ehthumbs.db
Desktop.ini

# Local
*.log
.env
.env.local
