# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
dist/
build/
*.egg-info/
.pytest_cache/

# Secrets
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx

# Local OCR and translation fixtures/results
/test/

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

# OS
.DS_Store
Thumbs.db
