# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
wheels/

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

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

# Type checking
.mypy_cache/
.dmypy.json

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

# quarq specific
CLAUDE.local.md
~/.quarq/
*.quarq.log

# Playwright
playwright/.auth/

# ChromaDB (local index, never commit)
chroma/
*.chroma/

# Cache
.cache/
*.pkl
*.pickle

# Environment variables
.env
.env.local
.env.*.local

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Distribution
*.tar.gz
*.whl
