generated from geekiot/python-template
Update [ignores]: update all ignore files
This commit is contained in:
parent
a90c8652a0
commit
b4ee51ee68
2 changed files with 29 additions and 22 deletions
|
|
@ -1,3 +1,31 @@
|
|||
## Like .gitignore
|
||||
# Virtual environment
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Secrets / env
|
||||
*.env
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Ruff formatter
|
||||
.ruff_cache/
|
||||
|
||||
## Additional stuff.
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
|
@ -10,25 +38,3 @@ docker/
|
|||
|
||||
# Nix stuff
|
||||
flake.*
|
||||
|
||||
# Virtual environment
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Ruff formatter
|
||||
.ruff_cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue