# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
wheels/
*.egg-info/
*.egg

# Unit tests / coverage
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
coverage.xml
*.cover

# Environments
.env
.venv
env/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# PixelDump runtime state
.pixeldump/
*.pixeldump-cache/
thumbnails/

# Credentials and secrets — never commit these
*.key
*.pem
secrets.yaml
secrets.json
local_config.yaml
.env.local
.env.production
