43 lines
351 B
Plaintext
43 lines
351 B
Plaintext
|
|
# pixi environments
|
|
.pixi
|
|
*.egg-info
|
|
|
|
# Binaries
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
*.war
|
|
*.ear
|
|
*.sar
|
|
*.class
|
|
|
|
# IntelliJ project files
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
.idea/
|
|
|
|
# eclipse project file
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
|
|
# NetBeans specific
|
|
nbproject/private/
|
|
build/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
nbactions.xml
|
|
nb-configuration.xml
|
|
|
|
# OS
|
|
.DS_Store
|
|
|