# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.cache/

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

# uv
.uv/
uv.lock

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

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

# OS
.DS_Store
Thumbs.db

# Secrets — never commit these
.env
.env.*
*.toml.local

# Distribution
*.whl
*.tar.gz
MANIFEST
