# Environments
.env
.venv/

# Storage
data/
cache/
models/

# Python temp files
__pycache__

# macOS
**/.DS_Store

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Tools
.mypy_cache/
.dmypy*.json
dmypy*.json
.ruff_cache/
.claude/

# Documentation
great-docs/

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py.cover
.hypothesis/
.pytest_cache/
cover/