Add .gitignore file and update README and implementation plan documentation
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# temp files
|
||||
.DS_Store
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Python files
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Virtual environments
|
||||
env/
|
||||
.venv/
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
|
||||
# github instruction files
|
||||
.github/instructions/
|
||||
Reference in New Issue
Block a user