18 lines
142 B
Plaintext
18 lines
142 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual Environment
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Distribution / Build
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# Logs
|
|
*.log
|