32 lines
228 B
Plaintext
32 lines
228 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# Linux
|
|
*~
|
|
.directory
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Compiled
|
|
*.class
|
|
*.pyc
|
|
*.o
|
|
*.so
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary
|
|
tmp/
|
|
temp/
|
|
.cache/
|