##### github.com: Python.gitignore #####

__pycache__/
*.py[cod]
*$py.class
*.so

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
coverage.xml

# Environments and local secrets
.env
!sandbox/.env
.venv/
.release-venv/
env/
venv/
ENV/

# Type and lint caches
.mypy_cache/
.dmypy.json
.ruff_cache/
.hypothesis/

# Editors and operating systems
.vscode/
.idea/
.DS_Store

# Local Kantrip state must never enter the repository
.kantrip/
kantrip-local/
*.pem
*.key
*.p12
*.jks

# Internal planning notes
KANTRIP_MVP_PLAN.md
