urfu-daddy/.gitignore

24 lines
244 B
Text

# Virtual environment
.venv/
venv/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Secrets / env
*.env
# Translations
*.mo
*.pot
# Logs
*.log
# Jupyter Notebook
.ipynb_checkpoints
# Ruff formatter
.ruff_cache/