summaryrefslogtreecommitdiff
path: root/.gitignore
blob: febf5e086e26b3431ae1bc1b238277e5fff941da (plain)
1
2
3
4
5
6
7
8
__pycache__/
*.pyc
*.pyo
*.log
logs/
/app/__pycache__/
.env
.ruff_cache/