Last active
April 17, 2023 11:48
-
-
Save SXHRYU/0a7b2c80efed19439a07d196c8cd3927 to your computer and use it in GitHub Desktop.
boilerplate .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__pycache__ | |
.venv | |
.vscode | |
.mypy_cache | |
.pytest_cache | |
.dockerignore | |
*.ps1 | |
*.sh | |
*.log | |
*drawio* | |
venv | |
logs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rev. 2
added .venv
Extra comment:
generic for work and home