19 lines
128 B
Plaintext
19 lines
128 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.eggs/
|
|
dist/
|
|
build/
|
|
venv/
|
|
.env
|
|
|
|
# Output
|
|
output/
|
|
*.pdf
|
|
*.png
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|