falyx/.gitignore

19 lines
153 B
Plaintext

__pycache__/
*.py[cod]
*.log
*.db
*.sqlite3
.env
.venv
.cache
.mypy_cache
.pytest_cache
dist/
build/
*.egg-info/
.idea/
.vscode/
coverage.xml
.coverage