13 lines
142 B
Plaintext
13 lines
142 B
Plaintext
# instruction files
|
|
.github/instructions/
|
|
|
|
# vscode settings
|
|
.vscode/
|
|
|
|
# python virtual environment
|
|
.venv/
|
|
|
|
# python cache
|
|
__pycache__/
|
|
*.pyc
|