# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/
MANIFEST

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

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Ruff / linting cache
.ruff_cache/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Secrets & local config (never commit API keys)
.env
.env.local
*.env
contextpilot.yaml

# OS
.DS_Store
Thumbs.db
desktop.ini

# IDEs
.vscode/
.idea/
*.suo
*.user

# Rust build artefacts (optional _rust/ accelerator)
target/
Cargo.lock

# Dashboard (separate surface, may have its own build output)
dashboard/node_modules/
dashboard/.next/
dashboard/dist/
