From 56b24ff9c5dd2b08906d05a9503dfa95b93a0cf9 Mon Sep 17 00:00:00 2001 From: JW Jacobson <116485484+jwjacobson@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:00:34 -0500 Subject: [PATCH 1/2] Expand README --- README.md | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/README.md b/README.md index e69de29..8935516 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,64 @@ +# Private Facts + +Private Facts is a web app to track your private info. + +[//]: # (Tahoe Logo) + + +[//]: # (Badges: Build status, UV, Python version, Downloads) + + +#### Why private facts? + +The project intends to be a demonstration of how to use [Tahoe-lafs]() "provider independent privacy". + +## Installation + +#### Install from source + +```bash +git clone https://github.com/blaisep/private_facts.git && cd private_facts +``` + +#### Install from (Docker) Image + +TBA + +#### + +```bash +a bash code block +``` + +## Usage + +### Run using a (OCI) container + + +```python +A Python code block +``` + +## Feedback + +The project issue tracker is getting migrated. For now, feel free to open an issue and let us know how how to improve. + + +## Contributing + +Pull requests are welcome. For major changes, please open an issue first +to discuss what you would like to change. + +### Set up the developer environment + +### Getting ready for your first pull request + +Please make sure to update tests as appropriate. + +We Manage the project with [uv](https://docs.astral.sh/uv/), you don't have to. + +## License + +[MIT](https://choosealicense.com/licenses/mit/) + +[//]: # ( This file was inspired by https://www.makeareadme.com/ ) From bedd4bdd4ecce4f2f03d4c54b54eead0aa4248ad Mon Sep 17 00:00:00 2001 From: Rodrigo Pinto Date: Sat, 9 Nov 2024 16:38:10 -0300 Subject: [PATCH 2/2] Fixes the `.gitgnore` file Fixes #6. The content of the original `.gitgnore` file seems wrong. --- .gitignore | 2541 +--------------------------------------------------- uv.lock | 7 + 2 files changed, 8 insertions(+), 2540 deletions(-) create mode 100644 uv.lock diff --git a/.gitignore b/.gitignore index eea0707..1d17dae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2540 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - gitignore/Global/JetBrains.gitignore at main · github/gitignore · GitHub - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
- Skip to content - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - -
- -
- - - - - - - - -
- - - - - -
- - - - - - - - - -
-
-
- - - - - - - - - - - - -
- - -
- -
- -
- - - - / - - gitignore - - - Public -
- - -
- -
- - -
-
- -
-
- - - - -
- - - - - - -
- - - - - - - - - - - - - - - - - - -

Latest commit

 

History

History
77 lines (60 loc) · 1.55 KB

JetBrains.gitignore

File metadata and controls

77 lines (60 loc) · 1.55 KB
-
- - - - -
- -
- -
-
- -
- -
-

Footer

- - - - -
-
- - - - - © 2024 GitHub, Inc. - -
- - -
-
- - - - - - - - - - - - - - - - - - - -
- -
-
- - - +.venv diff --git a/uv.lock b/uv.lock new file mode 100644 index 0000000..362e759 --- /dev/null +++ b/uv.lock @@ -0,0 +1,7 @@ +version = 1 +requires-python = ">=3.11" + +[[package]] +name = "private-facts" +version = "0.1.0" +source = { virtual = "." }