# IDE and tool config
.claude/
.codemie/
.vscode/

# Test cache
.pytest_cache/
__pycache__/
*.pyc
*.pyo
*.pyd

# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# Docs and packaging guide (internal only)
docs/
PACKAGING.md

# Coverage
.coverage
htmlcov/
coverage.xml

# MyPy cache
.mypy_cache/

# Ruff cache
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# State database (generated at runtime)
*.db
*.db-shm
*.db-wal
