Files
pyfa/.gitignore
2015-11-02 18:47:06 -05:00

24 lines
209 B
Plaintext

#Python specific
*.pyc
#Kwrite/Gedit/Other crapapps making backups
*~
#Eclipse
.project
.pydevproject
.settings
#Patch files
*.patch
#Personal
/saveddata/
#PyCharm
.idea/
#Pyfa file
pyfaFits.html
build/