22 lines
203 B
Plaintext
22 lines
203 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Data
|
|
.history.json
|
|
|
|
# Distribution
|
|
dist/
|
|
build/
|
|
*.egg-info/
|