# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
pip-wheel-metadata/

# Environment
.env
.env.*
!.env.example
.venv/
env/
venv/

# IDE
.vscode/
.idea/
*.swp

# Claude
.claude/

# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.hypothesis/
.tox/
.nox/

# Coverage artifacts
.coverage
.coverage.*
coverage.xml
htmlcov/

# ArcticDB local data
arcticdb_data/
lmdb_data/

# Demo scripts
demo/**/*.py

# Logs and OS clutter
*.log
.DS_Store
Thumbs.db
