15 lines
133 B
Text
15 lines
133 B
Text
|
|
# Secrets and Config
|
||
|
|
.env
|
||
|
|
*.key
|
||
|
|
*.pem
|
||
|
|
|
||
|
|
# Python artifacts
|
||
|
|
**/__pycache__/
|
||
|
|
*.py[cod]
|
||
|
|
*$py.class
|
||
|
|
.pytest_cache/
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|