Files
volumen/.gitignore
T
petrbalvin 3b8ed31f67
Test / test (push) Successful in 1m7s
Release / release (push) Successful in 1m11s
chore: prepare release v0.4.0
2026-07-26 18:15:29 +02:00

33 lines
425 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
dist/
# Test / coverage
/coverage/
/tmp/
# mkdocs / Sphinx build output
/site/
/var/
# Local development sandbox (posts, generated config)
/.volumen/
# Local dev config (contains password hash)
/config.toml
# Uploaded media in the dev content directory
/posts/media/
# Local users database (dev)
/users.toml
# Editor / OS
*.swp
.DS_Store