Add .gitignore and initial README.md for project setup
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
# instruction files
|
||||
.github/instructions/
|
||||
|
||||
# vscode settings
|
||||
.vscode/
|
||||
|
||||
# python virtual environment
|
||||
.venv/
|
||||
|
||||
# python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user