Initial commit
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Runtime state and secrets
|
||||
/data/
|
||||
docker/users
|
||||
.env
|
||||
|
||||
# Never commit real notes; fixtures must stay synthetic.
|
||||
/vault/
|
||||
/notes/
|
||||
/testvault/
|
||||
Reference in New Issue
Block a user