7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
# .gitignore
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
.env
|
|
.vscode/ |