# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
wheels/
sdist/
develop-eggs/
lib/
lib64/
parts/
var/
*.manifest
*.spec

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

# uv
.uv/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.cover
.hypothesis/

# Ruff / linters
.ruff_cache/

# Type checking
.mypy_cache/
.pyright/
pyrightconfig.json

# Distribution / packaging
MANIFEST

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Environment variables
.env
.env.*
!.env.example

# macOS
.DS_Store
.AppleDouble
.LSOverride

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

# Logs
*.log
logs/

# Local dev artifacts
*.local
