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