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

# C extensions
*.so

# Distribution / packaging
.Python
_version.py
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/

# Translations
*.mo
*.pot

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.conda/

# IDEs
.idea/
.vscode/*.local.json
.vscode/launch.json
*.swp
*.swo
*~

# Worktrees
*.worktrees/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# Local development
*.local
.env.local

# Lambda packaging
lambda_package/
*.zip

# MkDocs build output
site/

# OS files
.DS_Store
Thumbs.db

# Claude Code
.claude/settings.local.json
*.local.md

# Benchmark outputs
benchmark.json
benchmark-results.md
latency-*.json
