Add base python project settigns

This commit is contained in:
Kirill Samoylenkov 2025-11-07 01:19:43 +05:00
commit 9a6de90b0d
8 changed files with 379 additions and 0 deletions

21
.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/