Files
ctf/.gitignore
Jan Groß 0838a0a5ce CTF Platform API basic auth
Addded ctf platform Flask app with basic auth functions
register, login, logout
Added ctf platform database design (MySQL Workbench)
Added forward engineered SQL file
Added wsgi startup script
Installed various python dependencies
README.md Updated
.gitignore Updated
2018-07-14 20:55:46 +02:00

21 lines
188 B
Plaintext

#Ignore virtualenv
venv/
#Ignore editor specific files
.vimrc
.vscode/
*.bak
#ignore Python specific files
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/