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

# uv
.venv/
.python-version

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Secrets — defence in depth (Stallari resolves creds via env at launch; never commit them)
.env
.env.*
!.env.example
*.pem
*.key
stripe_credentials.json
