26 lines
181 B
Plaintext
26 lines
181 B
Plaintext
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*~
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
|
|
# Distribution
|
|
*.zip
|
|
dist/
|
|
build/
|