# Compiled files
*.py[co]
*.a
*.o
*.so
__pycache__

# Ignore .c files by default to avoid including generated code. If you want to
# add a non-generated .c extension, use `git add -f filename.c`.
# *.c
gala/_compiler.c
gala/dynamics/lyapunov/dop853_lyapunov.c
gala/dynamics/mockstream/_coord.c
gala/dynamics/mockstream/mockstream.c
gala/dynamics/mockstream/df.c
gala/integrate/cyintegrators/dop853.c
gala/integrate/cyintegrators/leapfrog.c
gala/integrate/cyintegrators/ruth4.c
gala/potential/frame/builtin/frames.c
gala/potential/frame/cframe.c
gala/potential/hamiltonian/chamiltonian.c
gala/potential/potential/builtin/cybuiltin.c
gala/potential/potential/ccompositepotential.c
gala/potential/potential/cpotential.c
gala/potential/scf/bfe_class.c
gala/potential/scf/computecoeff.c
gala/potential/scf/bfe.c
gala/extra_compile_macros.h
gala/cconfig.c
gala/dynamics/nbody/nbody.c

# Other generated files
*/version.py
*/cython_version.py
htmlcov
.coverage
MANIFEST

# Sphinx
docs/api
docs/_build
docs/*/_*

# Eclipse editor project files
.project
.pydevproject
.settings

# Pycharm editor project files
.idea

# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
.eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
distribute-*.tar.gz
pip-wheel-metadata/

# Other
.*.swp
*~

# Mac OSX
.DS_Store

# Custom
notebooks
plots
scripts
