# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# uv
.python-version

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
.tox/

# Linting / type-checking caches
.ruff_cache/
.mypy_cache/
.ty_cache/

# MkDocs build output
site/

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

# OS
.DS_Store
Thumbs.db

# Claude / Serena / AI tools
.claude/
.serena/
.remember/
docs/plans/

# Environment and secrets
.env
.env.*
*.pem
credentials.json

# Logs
*.log
logs/
_tmp*

# Integration test runtime artifacts (recorder DBs, WAL/SHM side files, cache snapshots)
integration/shared/*
!integration/shared/README.md
