# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
test_venv/

# project specific
sandbox/
scratch/
.hypothesis/
dc_results.txt

# Config files
config/

# Secrets and environment overrides
.env
.env.*
!.env.development

# Test config scripts
test_config.py
test_required_secrets.py
