Initial commit
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
venv/
|
||||
.env
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
flask.log
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Project Specific
|
||||
hosts.json
|
||||
implementation_plan.md
|
||||
task.md
|
||||
walkthrough.md
|
||||
.DS_Store
|
||||
|
||||
# Build & Dist
|
||||
dist/
|
||||
verification/
|
||||
*.key
|
||||
*.rkey
|
||||
Reference in New Issue
Block a user