# 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
MANIFEST

# 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
.pytest_cache/
*/.pytest_cache/

# Hypothesis testing
.hypothesis/

# Translations
*.mo
*.pot

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

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# Windsurf / AI assistants
.windsurf/
.cursor/
.aider/

# Project-specific - Internal docs
rfcs/
RFCs/
docs/rfcs/
docs/internal/

# OS files
.DS_Store
.DS_Store?
._*
Thumbs.db
ehthumbs.db
Desktop.ini

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

# ruff
.ruff_cache/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Local development
*.local
.env.local
.env.development
.env.production

# Logs
*.log
logs/

# Temporary files
tmp/
temp/
*.tmp
*.bak
