1# Compiled files
2*.py[cod]
3*.a
4*.o
5*.so
6*.pyd
7*.dll
8__pycache__
9
10# Ignore .c files by default to avoid including generated code. If you want to
11# add a non-generated .c extension, put that into the src/ subdirectory of a
12# package or else use `git add -f filename.c`.
13*.c
14!astropy/*/src/*.c
15astropy/modeling/src/projections.c
16
17# Other generated files
18MANIFEST
19astropy/cython_version.py
20astropy/wcs/include/wcsconfig.h
21astropy/_erfa/core.py
22astropy/_version.py
23
24# Sphinx
25_build
26_generated
27docs/api
28docs/generated
29docs/visualization/ngc6976.jpeg
30docs/visualization/ngc6976-default.jpeg
31
32# Packages/installer info
33*.egg
34*.egg-info
35dist
36build
37eggs
38.eggs
39parts
40bin
41var
42sdist
43develop-eggs
44.installed.cfg
45distribute-*.tar.gz
46.venv
47venv
48# we are not currently using pipenv directly, but people who
49# install astropy with pipenv will have these files generated
50Pipfile
51Pipfile.lock
52
53# pyinstaller files
54.pyinstaller/astropy_tests/
55.pyinstaller/run_astropy_tests
56.pyinstaller/run_astropy_tests.spec
57
58
59# Other
60.cache
61.tox
62.*.swp
63.*.swo
64*~
65.project
66.pydevproject
67.settings
68.coverage
69cover
70htmlcov
71.hypothesis
72.github_cache
73
74# Mac OSX
75.DS_Store
76
77# PyCharm
78.idea
79
80# Pytest
81v
82.pytest_cache
83
84# VSCode
85.vscode
86
87.tmp
88pip-wheel-metadata
89