feat: initial application release

This commit is contained in:
Nathaniel Landau
2022-12-23 04:10:08 +00:00
parent 35717e0760
commit b7bcf74926
78 changed files with 15508 additions and 0 deletions

53
.gitignore vendored Normal file
View File

@@ -0,0 +1,53 @@
# Scratch folder for temporary files
scratch/
# Caches
*_cache/
__pycache__/
# Coverage.py
htmlcov/
reports/
# cruft
*.rej
# Data
*.csv*
*.dat*
*.pickle*
*.xls*
*.zip*
.envrc
.env
# Jupyter
*.ipynb
.ipynb_checkpoints/
notebooks/
# macOS
.DS_Store
# mypy
.dmypy.json
# Node.js
node_modules/
# Poetry
.venv/
dist/
# PyCharm
.idea/
# pyenv
.python-version
# Python
*.py[cdo]
# act run workflows locally
bin/act