Files
pyfa/.gitignore
2015-08-25 16:06:38 -04:00

24 lines
208 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/