# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

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

# Environment / secrets
.env

# OS
.DS_Store
Thumbs.db

# Test / dev scripts
test_growth.py
