24 lines
327 B
Plaintext
24 lines
327 B
Plaintext
# Others
|
|
~$*
|
|
*~
|
|
*.pfx
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
venv/
|
|
|
|
# VS Code files for those working on multiple tools
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.code-workspace
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Local dev files I don't want checked in.
|
|
run.py
|