docs: add project management structure
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
.env
|
||||
.vscode/
|
||||
.idea/
|
||||
*.log
|
||||
output/
|
||||
temp/
|
||||
.project_analysis/
|
||||
*.sqlite3
|
||||
*.db
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user