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

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

# uv
uv.lock

# Distribution / packaging
.eggs/
*.egg-info/
*.dist-info/
MANIFEST

# PyPI credentials
.pypirc

# Environment files — never commit secrets
.env
.env.local
.env.*.local

# IDE / editor
.vscode/settings.json
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test & coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Runtime data created by the framework
data/
logs/

# Type checking
.mypy_cache/
.pyright/