Init: init python template

This commit is contained in:
Kirill Samoylenkov 2025-11-17 19:27:40 +05:00
parent 8845570dc3
commit a8af757a94
6 changed files with 367 additions and 0 deletions

21
python/.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
# Virtual environment
.venv/
venv/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Secrets / env
*.env
# Translations
*.mo
*.pot
# Jupyter Notebook
.ipynb_checkpoints
# Ruff formatter
.ruff_cache/