20 lines
165 B
Plaintext
20 lines
165 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Environment / secrets
|
|
.env
|
|
*.key
|
|
*.pem
|
|
|
|
# System files
|
|
Thumbs.db
|
|
.DS_Store
|
|
desktop.ini
|