Update [ignores]: update all ignore files

This commit is contained in:
Kirill Samoylenkov 2025-11-03 02:21:08 +05:00
parent a90c8652a0
commit b4ee51ee68
2 changed files with 29 additions and 22 deletions

View file

@ -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/