mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
67 lines
840 B
Plaintext
67 lines
840 B
Plaintext
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
|
||
|
# OSX useful to ignore
|
||
|
*.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
|
||
|
# Thumbnails
|
||
|
._*
|
||
|
|
||
|
# Files that might appear in the root of a volume
|
||
|
.DocumentRevisions-V100
|
||
|
.fseventsd
|
||
|
.Spotlight-V100
|
||
|
.TemporaryItems
|
||
|
.Trashes
|
||
|
.VolumeIcon.icns
|
||
|
.com.apple.timemachine.donotpresent
|
||
|
|
||
|
# Directories potentially created on remote AFP share
|
||
|
.AppleDB
|
||
|
.AppleDesktop
|
||
|
Network Trash Folder
|
||
|
Temporary Items
|
||
|
.apdisk
|
||
|
|
||
|
# C extensions
|
||
|
*.so
|
||
|
|
||
|
# Distribution / packaging
|
||
|
.Python
|
||
|
env/
|
||
|
build/
|
||
|
develop-eggs/
|
||
|
dist/
|
||
|
downloads/
|
||
|
eggs/
|
||
|
.eggs/
|
||
|
lib/
|
||
|
lib64/
|
||
|
parts/
|
||
|
sdist/
|
||
|
var/
|
||
|
*.egg-info/
|
||
|
.installed.cfg
|
||
|
*.egg
|
||
|
|
||
|
# IntelliJ Idea family of suites
|
||
|
.idea
|
||
|
*.iml
|
||
|
## File-based project format:
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
## mpeltonen/sbt-idea plugin
|
||
|
.idea_modules/
|
||
|
|
||
|
# Briefcase build directories
|
||
|
iOS/
|
||
|
macOS/
|
||
|
windows/
|
||
|
android/
|
||
|
linux/
|
||
|
django/
|