20 lines
204 B
Plaintext
20 lines
204 B
Plaintext
|
# Created by venv; see https://docs.python.org/3/library/venv.html
|
||
|
# Virtual Environment
|
||
|
venv/
|
||
|
env/
|
||
|
.env/
|
||
|
.venv/
|
||
|
|
||
|
# Python
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
|
||
|
# IDE
|
||
|
.idea/
|
||
|
.vscode/
|
||
|
|
||
|
# Misc
|
||
|
.DS_Store
|
||
|
*.log
|