
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Benchmark results - temporary files
benchmark_results_*.json
benchmarks/*_benchmark_results.json
# Keep curated results in results/
!benchmarks/results/

# Development artifacts
bullshit_check_prompt.md
firebase-debug.log

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Environment
.env
venv/
env/
ENV/

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