v0.1.0
This commit is contained in:
78
.gitignore
vendored
Normal file
78
.gitignore
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
*.egg
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.eggs/
|
||||
|
||||
# Flask instance folder
|
||||
instance/
|
||||
|
||||
# Flask static files
|
||||
staticfiles/
|
||||
|
||||
# Flask cache and logs
|
||||
*.log
|
||||
*.pot
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.sqlite3
|
||||
*.db
|
||||
*.log
|
||||
__pycache__/
|
||||
|
||||
# Flask session files
|
||||
*.session
|
||||
|
||||
# Pytest
|
||||
.cache/
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.nox/
|
||||
coverage.xml
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
nosetests.xml
|
||||
coverage/
|
||||
*.coveragerc
|
||||
*.coveragerc.bak
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# dotenv
|
||||
.env
|
||||
.venv
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# IDE specific
|
||||
.vscode/
|
||||
.idea/
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.cache
|
||||
cookies*.txt
|
||||
*.code-workspace
|
||||
set_env.sh
|
||||
Reference in New Issue
Block a user