mirror of
https://github.com/nqrduck/nqrduck-autotm.git
synced 2024-11-05 01:40:01 +00:00
22 lines
224 B
Text
22 lines
224 B
Text
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.pyc
|
||
|
*$py.class
|
||
|
|
||
|
# Distribution / packaging
|
||
|
dist/
|
||
|
build/
|
||
|
*.egg-info/
|
||
|
|
||
|
# IDE-specific files
|
||
|
.idea/
|
||
|
.vscode/
|
||
|
|
||
|
# Logs
|
||
|
*.log
|
||
|
|
||
|
# Virtual environments
|
||
|
venv/
|
||
|
|
||
|
# Other
|
||
|
*.DS_Store
|