21 lines
230 B
Text
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/
|