]> git.ipfire.org Git - thirdparty/google/fonts.git/blame - .gitignore
New GFK axis additions for early 2024 (#7354)
[thirdparty/google/fonts.git] / .gitignore
CommitLineData
613fbd54 1*.ttx
62e80782
DC
2*.pyc
3
d4000785
DH
4# General
5.DS_Store
6.AppleDouble
7.LSOverride
8
9# Thumbnails
10._*
11
12# Files that might appear in the root of a volume
13.DocumentRevisions-V100
14.fseventsd
15.Spotlight-V100
16.TemporaryItems
17.Trashes
18.VolumeIcon.icns
19.com.apple.timemachine.donotpresent
20
21# Directories potentially created on remote AFP share
22.AppleDB
23.AppleDesktop
24Network Trash Folder
25Temporary Items
26.apdisk
27
28# Byte-compiled / optimized / DLL files
29__pycache__/
30*.py[cod]
31*$py.class
32
33# C extensions
34*.so
35
36# Distribution / packaging
37.Python
38build/
39develop-eggs/
40dist/
41downloads/
42eggs/
43.eggs/
44lib/
45lib64/
46parts/
47sdist/
48var/
49wheels/
50pip-wheel-metadata/
51share/python-wheels/
52*.egg-info/
53.installed.cfg
54*.egg
55MANIFEST
56
57# PyInstaller
58# Usually these files are written by a python script from a template
59# before PyInstaller builds the exe, so as to inject date/other infos into it.
60*.manifest
61*.spec
62
63# Installer logs
64pip-log.txt
65pip-delete-this-directory.txt
66
67# Unit test / coverage reports
68htmlcov/
69.tox/
70.nox/
71.coverage
72.coverage.*
73.cache
74nosetests.xml
75coverage.xml
76*.cover
77*.py,cover
78.hypothesis/
79.pytest_cache/
80
81# Translations
82*.mo
83*.pot
84
85# Django stuff:
86*.log
87local_settings.py
88db.sqlite3
89db.sqlite3-journal
90
91# Flask stuff:
92instance/
93.webassets-cache
94
95# Scrapy stuff:
96.scrapy
97
98# Sphinx documentation
99docs/_build/
100
101# PyBuilder
102target/
103
104# Jupyter Notebook
105.ipynb_checkpoints
106
107# IPython
108profile_default/
109ipython_config.py
110
111# pyenv
112.python-version
113
114# pipenv
115# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
116# However, in case of collaboration, if having platform-specific dependencies or dependencies
117# having no cross-platform support, pipenv may install dependencies that don't work, or not
118# install all needed dependencies.
119#Pipfile.lock
120
121# PEP 582; used by e.g. github.com/David-OConnor/pyflow
122__pypackages__/
123
124# Celery stuff
125celerybeat-schedule
126celerybeat.pid
127
128# SageMath parsed files
129*.sage.py
130
131# Environments
132.env
133.venv
134env/
135venv/
136ENV/
137env.bak/
138venv.bak/
139
140# Spyder project settings
141.spyderproject
142.spyproject
143
144# Rope project settings
145.ropeproject
146
147# mkdocs documentation
148/site
149
150# mypy
151.mypy_cache/
152.dmypy.json
153dmypy.json
154
155# Pyre type checker
156.pyre/