# Python
__pycache__/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
*.py[cod]
*$py.class
*.so
.Python

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

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

# Secrets
.env*
SECRET*
# ...but never ignore the security package's source (SECRET* matches it case-insensitively on macOS)
!src/rejig/security/secrets.py

# IDEs
.idea/

# MkDocs documentation
site/

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Linux
*~
.directory

# AI
.claude
.gemini
CLAUDE.md
GEMINI.md
PLAN*.md
