Skip to content

Commit e128593

Browse files
Get pre-commit working again
1 parent 2439252 commit e128593

File tree

1 file changed

+131
-141
lines changed

1 file changed

+131
-141
lines changed

.gitignore

Lines changed: 131 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -1,156 +1,146 @@
1-
# Byte-compiled / optimized / DLL files
2-
__pycache__/
3-
*.py[cod]
1+
!.elasticbeanstalk/*.cfg.yml
2+
!.elasticbeanstalk/*.global.yml
3+
!.elasticbeanstalk/config.yml
44
*$py.class
5-
6-
# C extensions
5+
*.7z
6+
*.BMP
7+
*.FLV
8+
*.SWF
9+
*.bak
10+
*.bmp
11+
*.class
12+
*.cover
13+
*.dll
14+
*.dmg
15+
*.egg
16+
*.egg-info/
17+
*.exe
18+
*.flv
19+
*.gz
20+
*.iso
21+
*.jar
22+
*.log
23+
*.manifest
24+
*.mo
25+
*.mp4
26+
*.o
27+
*.out
28+
*.pot
29+
*.py,cover
30+
*.py[cod]
31+
*.pyc
32+
*.rar
33+
*.sage.py
734
*.so
8-
9-
# Distribution / packaging
35+
*.spec
36+
*.swf
37+
*.swp
38+
*.tar
39+
*.xlsx
40+
*.zip
41+
*~
42+
.*cache
43+
.AppleDB
44+
.AppleDesktop
45+
.AppleDouble
46+
.DS_*
47+
.DS_Store
48+
.DocumentRevisions-V100
49+
.LSOverride
1050
.Python
51+
.Spotlight-V100
52+
.TemporaryItems
53+
.Trashes
54+
.VolumeIcon.icns
55+
._*
56+
._.DS_Store
57+
.apdisk
58+
.bzr
59+
.cache
60+
.com.apple.timemachine.donotpresent
61+
.coverage
62+
.coverage.*
63+
.devcontainer/mysql_data/
64+
.dmypy.json
65+
.eggs/
66+
.elasticbeanstalk/*
67+
.env
68+
.env-testing
69+
.fseventsd
70+
.hypothesis/
71+
.installed.cfg
72+
.ipynb_checkpoints
73+
.kube/
74+
.mypy_cache/
75+
.nox/
76+
.pdm-build/
77+
.pdm-python
78+
.pdm.toml
79+
.pybuilder/
80+
.pyre/
81+
.pytest_cache/
82+
.pytype/
83+
.ropeproject
84+
.scrapy
85+
.spyderproject
86+
.spyproject
87+
.tox/
88+
.venv
89+
.webassets-cache
90+
/site
91+
ENV/
92+
Icon
93+
MANIFEST
94+
Network Trash Folder
95+
Temporary Items
96+
Thumbs.db
97+
__pycache__/
98+
__pypackages__/
99+
bin
100+
bin/
11101
build/
102+
celerybeat-schedule
103+
celerybeat.pid
104+
chunk_*.txt
105+
cover/
106+
coverage-report
107+
coverage.xml
108+
create_tables.sql
109+
cython_debug/
110+
db.sqlite3
111+
db.sqlite3-journal
12112
develop-eggs/
13113
dist/
114+
docs/_build/
14115
downloads/
15116
eggs/
16-
.eggs/
117+
env.bak/
118+
env/
119+
htmlcov/
120+
httpd/
121+
instance/
122+
ipython_config.py
17123
lib/
18124
lib64/
125+
local_settings.py
126+
lost+found/
127+
mock_CDN/
128+
my_CDN
129+
my_CDN/
130+
nosetests.xml
19131
parts/
132+
pip-delete-this-directory.txt
133+
pip-log.txt
134+
postgres-data/
135+
profile_default/
20136
sdist/
21-
var/
22-
wheels/
23137
share/python-wheels/
24-
*.egg-info/
25-
.installed.cfg
26-
*.egg
27-
MANIFEST
28-
29-
# PyInstaller
30-
# Usually these files are written by a python script from a template
31-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
32-
*.manifest
33-
*.spec
34-
35-
# Installer logs
36-
pip-log.txt
37-
pip-delete-this-directory.txt
38-
39-
# Unit test / coverage reports
40-
htmlcov/
41-
.tox/
42-
.nox/
43-
.coverage
44-
.coverage.*
45-
.cache
46-
nosetests.xml
47-
coverage.xml
48-
*.cover
49-
*.py,cover
50-
.hypothesis/
51-
.pytest_cache/
52-
cover/
53-
54-
# Translations
55-
*.mo
56-
*.pot
57-
58-
# Django stuff:
59-
*.log
60-
local_settings.py
61-
db.sqlite3
62-
db.sqlite3-journal
63-
64-
# Flask stuff:
65-
instance/
66-
.webassets-cache
67-
68-
# Scrapy stuff:
69-
.scrapy
70-
71-
# Sphinx documentation
72-
docs/_build/
73-
74-
# PyBuilder
75-
.pybuilder/
138+
src/core/settings/local.py
139+
staticfiles/
76140
target/
77-
78-
# Jupyter Notebook
79-
.ipynb_checkpoints
80-
81-
# IPython
82-
profile_default/
83-
ipython_config.py
84-
85-
# pyenv
86-
# For a library or package, you might want to ignore these files since the code is
87-
# intended to run in multiple environments; otherwise, check them in:
88-
# .python-version
89-
90-
# pipenv
91-
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92-
# However, in case of collaboration, if having platform-specific dependencies or dependencies
93-
# having no cross-platform support, pipenv may install dependencies that don't work, or not
94-
# install all needed dependencies.
95-
#Pipfile.lock
96-
97-
# poetry
98-
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99-
# This is especially recommended for binary packages to ensure reproducibility, and is more
100-
# commonly ignored for libraries.
101-
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102-
#poetry.lock
103-
104-
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
105-
__pypackages__/
106-
107-
# Celery stuff
108-
celerybeat-schedule
109-
celerybeat.pid
110-
111-
# SageMath parsed files
112-
*.sage.py
113-
114-
# Environments
115-
.env
116-
.venv
117-
env/
118-
venv/
119-
ENV/
120-
env.bak/
141+
testing*.db
142+
var/
121143
venv.bak/
122-
123-
# Spyder project settings
124-
.spyderproject
125-
.spyproject
126-
127-
# Rope project settings
128-
.ropeproject
129-
130-
# mkdocs documentation
131-
/site
132-
133-
# mypy
134-
.mypy_cache/
135-
.dmypy.json
136-
dmypy.json
137-
138-
# Pyre type checker
139-
.pyre/
140-
141-
# pytype static type analyzer
142-
.pytype/
143-
144-
# Cython debug symbols
145-
cython_debug/
146-
147-
# PyCharm
148-
# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
149-
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
150-
# and can be added to the global gitignore or merged into this file. For a more nuclear
151-
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
152-
#.idea/
153-
154-
bin/
155-
my_CDN/
156-
.kube/
144+
venv/
145+
wheels/
146+
zzz.diff

0 commit comments

Comments
 (0)