14 lines
116 B
Plaintext
14 lines
116 B
Plaintext
# secrets / configs locales
|
|
config.json
|
|
.env
|
|
|
|
# python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# editor
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|