python-template/.gitignore
geekiot ee256c4c17 Initial Commit: base
Add uv (python313), ruff and nix for development.
2025-10-13 00:21:34 +05:00

21 lines
230 B
Text

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