Initial commit

This commit is contained in:
Lexi / Zoe 2019-03-20 22:14:17 +01:00
commit 77b7aaf1e3
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
2 changed files with 26 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@ -0,0 +1,26 @@
# Python / Django
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
# C extensions
*.so
# Environments
.python-version
.env
.venv
env/
venv/
# Distribution / packaging
.Python
build/
dist/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt

0
README.md Normal file
View File