# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
.venv

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.dmypy.json
dmypy.json

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

# mise local configuration
.mise.local.toml
.mise.*.local.toml

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

# Project specific
*.log
cache/
temp/
*.json.cache

# Never commit real credentials
rackspace-credentials.json
config.toml
!config.example.toml