# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Environments
.env
.env.local
.env.*.local
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# prompt-git specific
.prompts/commits.jsonl
*.json.tmp
diff_report.json
eval_report*.json
summary_report.md
llm_report.md
multi_dataset_report.md
multi_dataset_summary.json

# Coverage reports
.coverage
htmlcov/

# Build artifacts
*.whl
*.tar.gz

# uv
.uv/
uv.lock

# Ruff
.ruff_cache/

# mypy
.mypy_cache/

# OS
.DS_Store
Thumbs.db
