11 lines
106 B
Plaintext
11 lines
106 B
Plaintext
.vscode/settings.json
|
|
|
|
# Do not commit secrets
|
|
.env
|
|
.env.*
|
|
__pycache__/
|
|
*/__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
data/
|