# Python
__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

# Virtual environments
.env
.venv
env/
venv/
ENV/

# uv
.python-version
uv.lock

# Testing
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.hypothesis/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Node.js (for husky/commitlint)
node_modules/
.husky/_/

# Build artifacts
*.log
*.tmp
.cache/

# Distribution
dist/
*.whl
*.tar.gz
site/

# Prism generated output (from manual testing in project root)
packages/
.prism/

# Allow template files that would otherwise be ignored
!src/prism/templates/jinja2/deploy/env/
!src/prism/templates/jinja2/deploy/env/*
