globus alpine and ncar
[ccm-docs.git] / .gitignore
blob6b59beb4aa48050d631c9b0234d075bb1467383c
1 # Mac
2 .DS_Store
3 _*
5 # Byte-compiled / optimized / DLL files
6 __pycache__/
7 *.py[cod]
8 *$py.class
10 # C extensions
11 *.so
13 # Distribution / packaging
14 .Python
15 build/
16 develop-eggs/
17 dist/
18 downloads/
19 eggs/
20 .eggs/
21 lib/
22 lib64/
23 parts/
24 sdist/
25 var/
26 wheels/
27 pip-wheel-metadata/
28 share/python-wheels/
29 *.egg-info/
30 .installed.cfg
31 *.egg
32 MANIFEST
34 # PyInstaller
35 #  Usually these files are written by a python script from a template
36 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
37 *.manifest
38 *.spec
40 # Installer logs
41 pip-log.txt
42 pip-delete-this-directory.txt
44 # Unit test / coverage reports
45 htmlcov/
46 .tox/
47 .nox/
48 .coverage
49 .coverage.*
50 .cache
51 nosetests.xml
52 coverage.xml
53 *.cover
54 *.py,cover
55 .hypothesis/
56 .pytest_cache/
58 # Translations
59 *.mo
60 *.pot
62 # Django stuff:
63 *.log
64 local_settings.py
65 db.sqlite3
66 db.sqlite3-journal
68 # Flask stuff:
69 instance/
70 .webassets-cache
72 # Scrapy stuff:
73 .scrapy
75 # Sphinx documentation
76 docs/_build/
78 # PyBuilder
79 target/
81 # Jupyter Notebook
82 .ipynb_checkpoints
84 # IPython
85 profile_default/
86 ipython_config.py
88 # pyenv
89 .python-version
91 # pipenv
92 #   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
93 #   However, in case of collaboration, if having platform-specific dependencies or dependencies
94 #   having no cross-platform support, pipenv may install dependencies that don't work, or not
95 #   install all needed dependencies.
96 #Pipfile.lock
98 # PEP 582; used by e.g. github.com/David-OConnor/pyflow
99 __pypackages__/
101 # Celery stuff
102 celerybeat-schedule
103 celerybeat.pid
105 # SageMath parsed files
106 *.sage.py
108 # Environments
109 .env
110 .venv
111 env/
112 venv/
113 ENV/
114 env.bak/
115 venv.bak/
117 # Spyder project settings
118 .spyderproject
119 .spyproject
121 # Rope project settings
122 .ropeproject
124 # mkdocs documentation
125 /site
127 # mypy
128 .mypy_cache/
129 .dmypy.json
130 dmypy.json
132 # Pyre type checker
133 .pyre/