.DS_Store
.DS_Store?
*.o
.tar
.gz
.zip
*.pyc
*.so

# Spice Kernels
*.bsp
*.bpc
*.bds
*.dsk
*.ek
*.tpc
*.tsc
*.tf
*.tls
*.ti
*.bc

# Cspice
cspice/

# Test meta kernels
spiceypy/tests/*.txt
badhashkernel.txt

# Docs
docs/_build

# Pycharm specific things
.idea/

# python things
*.egg-info*
dist/
build/
.cache/
__pycache__/
spiceypy/__pycache__/
spiceypy/utils/__pycache__/
.eggs/
*.whl
.pytest_cache/
*.sqlite3
/badhashkernel.txt
