diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-30 10:38:01 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-30 10:39:24 +0200 |
| commit | a305c9a0c024e912548631e464e5f08ac24b1562 (patch) | |
| tree | 865eb14c38089a997b8ba6bd351d38ba59a2425a /.gitignore | |
| parent | 74b383a02714443318811ba5a286f5dbbbe09bad (diff) | |
| download | firefly-cli-a305c9a0c024e912548631e464e5f08ac24b1562.tar.gz firefly-cli-a305c9a0c024e912548631e464e5f08ac24b1562.zip | |
chore: project scaffold, GPLv2 license, CLAUDE.md
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9853d60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.pyc +*.egg-info/ +build/ +dist/ +.venv/ |
