Files
ksef_app/.gitignore
Mateusz Gruszczyński 2a59c4bf3e push changes
2026-03-20 09:14:00 +01:00

29 lines
217 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
storage/*
backups/*
certs/*
pdf/*
db/*