16 lines
110 B
Plaintext
16 lines
110 B
Plaintext
|
# Git
|
||
|
.git
|
||
|
.gitignore
|
||
|
|
||
|
# Python
|
||
|
__pycache__/
|
||
|
*.pyc
|
||
|
*.pyo
|
||
|
*.pyd
|
||
|
.venv/
|
||
|
venv/
|
||
|
env/
|
||
|
|
||
|
# IDE/Editor
|
||
|
.vscode/
|
||
|
.idea/
|