generated from geekiot/python-template
34 lines
310 B
Text
34 lines
310 B
Text
# Git
|
|
.git
|
|
.gitignore
|
|
LICENSE
|
|
*.md
|
|
|
|
# Docker
|
|
docker/
|
|
.dockerignore
|
|
|
|
# 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/
|