36 lines
342 B
Plaintext
Executable File
36 lines
342 B
Plaintext
Executable File
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Local OCI/security files
|
|
.oci/
|
|
*.pem
|
|
*.key
|
|
|
|
# Generated reports and packages
|
|
*.csv
|
|
*.json
|
|
*.log
|
|
*.tmp
|
|
*.zip
|
|
output/
|
|
tmp/
|
|
|
|
# OS/editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local backups
|
|
backup_before_codex_fix/
|