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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

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

# Traces
traces/

# Benchmark data (large files)
cognigraph/benchmarks/data/
benchmarks/data/

# Results (regeneratable)
cognigraph/benchmarks/results/

# Benchmark logs
*.log
