mirror of
https://github.com/nqrduck/quackseq.git
synced 2024-11-09 21:10:01 +00:00
24 lines
238 B
Text
24 lines
238 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
|
||
|
*.pos
|
||
|
*.quack
|