-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the changes made by the new developers
- Loading branch information
1 parent
fe0f838
commit 29b2c9d
Showing
38 changed files
with
6,237 additions
and
3,265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,113 @@ | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
|
||
# C extensions | ||
*.so | ||
|
||
# Distribution / packaging | ||
.Python | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
downloads/ | ||
eggs/ | ||
.eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
wheels/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
|
||
# Unit test / coverage reports | ||
htmlcov/ | ||
.tox/ | ||
.coverage | ||
.coverage.* | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
.hypothesis/ | ||
|
||
# Translations | ||
*.mo | ||
*.pot | ||
|
||
# Django stuff: | ||
staticfiles/ | ||
|
||
# Virtual Environments | ||
.venv | ||
.python-version | ||
.tool-versions | ||
|
||
# Env Vars | ||
|
||
!.envs/.local/ | ||
|
||
# mypy | ||
.mypy_cache/ | ||
|
||
### Node template | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
|
||
### macOS template | ||
# General | ||
*.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
# Thumbnails | ||
._* | ||
|
||
|
||
# node | ||
|
||
node_modules | ||
|
||
# vs code | ||
|
||
.vscode | ||
|
||
### Project template | ||
|
||
MailHog | ||
media/ | ||
|
||
.pytest_cache/ | ||
|
||
.env | ||
.envs/* | ||
envs/ | ||
|
||
data/ | ||
|
||
cruft | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
|
||
# C extensions | ||
*.so | ||
|
||
# Distribution / packaging | ||
.Python | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
downloads/ | ||
eggs/ | ||
.eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
wheels/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
|
||
# Unit test / coverage reports | ||
htmlcov/ | ||
.tox/ | ||
.coverage | ||
.coverage.* | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
.hypothesis/ | ||
|
||
# Translations | ||
*.mo | ||
*.pot | ||
|
||
# Django stuff: | ||
staticfiles/ | ||
|
||
# Virtual Environments | ||
.venv | ||
.python-version | ||
.tool-versions | ||
|
||
# Env Vars | ||
|
||
!.envs/.local/ | ||
|
||
# mypy | ||
.mypy_cache/ | ||
|
||
### Node template | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
|
||
### macOS template | ||
# General | ||
*.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
# Thumbnails | ||
._* | ||
|
||
|
||
# node | ||
|
||
node_modules | ||
|
||
# vs code | ||
|
||
.vscode | ||
|
||
### Project template | ||
|
||
MailHog | ||
media/ | ||
|
||
.pytest_cache/ | ||
|
||
.env | ||
.envs/* | ||
envs/ | ||
|
||
data/ | ||
|
||
cruft | ||
|
||
venv/ | ||
db.sqlite3 | ||
justfile2 | ||
# package-lock.json | ||
# package.json | ||
.env.sample/* | ||
|
||
|
||
**/migrations/* | ||
!**/migrations/__init__.py |
Oops, something went wrong.