This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
30
templates/dev/flask-hello/.gitignore
vendored
Normal file
30
templates/dev/flask-hello/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Byte-compiled Python files
|
||||
*.py[cod]
|
||||
__pycache__/
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
*.egg
|
||||
*.egg-info/
|
||||
.coverage
|
||||
.htmlcov/
|
||||
.pytest_cache/
|
||||
.tox/
|
||||
.venv/
|
||||
.direnv/
|
||||
ENV/
|
||||
build/
|
||||
dist/
|
||||
env.bak/
|
||||
env/
|
||||
venv.bak/
|
||||
venv/
|
||||
|
||||
# IDE/editor files
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Nix-related files
|
||||
result
|
||||
Loading…
Add table
Add a link
Reference in a new issue