mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-31 13:48:01 +00:00
41 lines
549 B
Plaintext
41 lines
549 B
Plaintext
# IDE config files
|
|
.pydevproject
|
|
.project
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
*:Zone.Identifier
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
|
|
# Files generated during build, test and deployment
|
|
.coverage
|
|
*.dll
|
|
*.dylib
|
|
*.exe
|
|
*.pyc
|
|
*.pyd
|
|
*.so
|
|
appxmanifest.xml
|
|
build/
|
|
coverage.xml
|
|
dist/
|
|
installer/picard-setup.nsi
|
|
installer/i18n/out/*.nsh
|
|
locale/
|
|
org.musicbrainz.Picard.appdata.xml
|
|
picard.egg-info
|
|
po/attributes/attributes.pot
|
|
po/countries/countries.pot
|
|
scripts/picard
|
|
/tagger.py
|
|
win-version-info.txt
|
|
|
|
# Other files
|
|
.*.sw[a-z]
|
|
*~
|
|
appledev.p12
|
|
build.cfg
|