Move trace project to root and rebrand from fnote

- Move all project files from `trace/` subdirectory to the repository root
- Rename directory structure from `fnote` to `trace`
- Update package references and imports (fnote -> trace)
- Update application branding and storage paths (~/.trace)
- Update build script and documentation
- Ensure __pycache__ is ignored
This commit is contained in:
google-labs-jules[bot]
2025-12-11 07:55:18 +00:00
parent 0d425f69f2
commit be36cbd116
12 changed files with 0 additions and 0 deletions

4
main.py Normal file
View File

@@ -0,0 +1,4 @@
from trace.cli import main
if __name__ == "__main__":
main()