28 lines
237 B
Plaintext
28 lines
237 B
Plaintext
# 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
|