Skip to content

Commit

Permalink
init project
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz committed Nov 25, 2023
1 parent a3c2cf1 commit 2a9c14f
Show file tree
Hide file tree
Showing 35 changed files with 530 additions and 1,816 deletions.
7 changes: 0 additions & 7 deletions .dockerignore

This file was deleted.

133 changes: 20 additions & 113 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,121 +1,28 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Test binary, built with `go test -c`
*.test

# Spyder project settings
.spyderproject
.spyproject
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Rope project settings
.ropeproject
# Dependency directories
vendor/

# mkdocs documentation
/site
# Go workspace file
go.work

# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Env files
*.env

# Pyre type checker
.pyre/
# Session files
*.session*
sessons/

#session files
sessions/
*.session
*.session-journal
.env
test.py
# build folder
dist/
Loading

0 comments on commit 2a9c14f

Please sign in to comment.