__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
MANIFEST
.venv/
venv/
ENV/
env/
.vscode/
.idea/
*.swp
*.swo
*~
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/
.ipynb_checkpoints/
.DS_Store
Thumbs.db
Desktop.ini
*.log
*.tmp
*.temp
.env
.env.*
!.env.example
.kiro/
*.mitm

# Compiled extensions on Windows (companion to *.so above)
*.pyd

# Type checker daemons and caches not covered above
.dmypy.json
dmypy.json
.pyrefly_cache/

# Local interpreter pins and build metadata
.python-version
pip-wheel-metadata/

# Merge, patch, and backup leftovers
*.orig
*.rej
*.bak

# Created by mistyped PowerShell redirection on Windows
nul
