TIF_E41211115_Genso_quiz_ba.../.gitignore

15 lines
162 B
Plaintext

# Ignore only __pycache__ inside the app directory
app/**/__pycache__/
# Ignore compiled Python files inside app
app/**/*.pyc
app/**/*.pyo
.env
.venv
logs/