
# 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

# Development artifacts and temporary files
benchmark_results_*.json
benchmarks/*_benchmark_results.json
firebase-debug.log
coverage.xml
routing_demo_results.json
improvement_recommendations.md
validation_plan.md
GPT5_FEEDBACK_IMPLEMENTATION.md
*.log
*.tmp

# Keep curated results in results/
!benchmarks/results/

# Internal development documentation
ALGORITHM_EXPANSION_SUMMARY.md
REPOSITIONING_SUMMARY.md
performance_validation_report.md
docs/RELEASE_VALIDATION_SUMMARY.md
.dev/

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

# Environment
.env
venv/
.venv/
env/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.mypy_cache/
.ipynb_checkpoints/
src/ariadne/_version.py
