Skip to content

Commit

Permalink
Add the changes made by the new developers
Browse files Browse the repository at this point in the history
Based on making a diff against commit fe0f838, linked below

fe0f838
  • Loading branch information
mrchrisadams committed Oct 13, 2024
1 parent fe0f838 commit 29b2c9d
Show file tree
Hide file tree
Showing 38 changed files with 6,237 additions and 3,265 deletions.
215 changes: 113 additions & 102 deletions .gitignore
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
Loading

0 comments on commit 29b2c9d

Please sign in to comment.