Files
expense_monitor/.gitignore
Mateusz Gruszczyński 986ffb200a first commit
2026-03-13 15:17:32 +01:00

22 lines
176 B
Plaintext

.venv/
venv
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
instance/*
*.db
.env
dist/
build/
*.egg-info/
.pytest_cache
*.pdf
*.xml