Files
mikromon/.gitignore
Mateusz Gruszczyński e8f6c4c609 push
2026-03-05 15:53:33 +01:00

21 lines
153 B
Plaintext

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