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


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

# Type checking / linting caches
.mypy_cache/
.ruff_cache/
.pytype/

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

# Distribution / packaging
pip-wheel-metadata/
share/python-wheels/
*.whl

# Jupyter
.ipynb_checkpoints

# Node / TypeScript
node_modules/
dist/
*.js.map
*.d.ts

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# agent-replay runtime
*.db
*.db-wal
*.db-shm

# Internal AI assistant instructions (not for public consumption)
CLAUDE.md

# Secrets / env
.env
.env.*
!.env.example
