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

# Virtual Environments
venv/
ENV/
env/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/

# Jupyter Notebook
.ipynb_checkpoints

# Environment variables
.env
.env.local
.env.*.local

# Output files
output/
temp/
tmp/
*.log
*.tmp

# De-identified data (if contains real PHI)
*_original.json
*_original.csv
*_backup.*

# Sensitive data markers
*_phi.*
*_sensitive.*
*_confidential.*

# OS
Thumbs.db
.DS_Store
Desktop.ini

# Personal customizations
*_custom.md
*_org_specific.*

# Backup files
*.bak
*.backup
*~
