diff options
| author | Fuwn <[email protected]> | 2026-02-07 19:01:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-07 19:01:00 -0800 |
| commit | 52e0f636ad931f81161d107a37187532dfce049c (patch) | |
| tree | d0b881e341af7f3777022933315bc09852f9e948 /.gitignore | |
| parent | Add repository link to pages (diff) | |
| download | xp-52e0f636ad931f81161d107a37187532dfce049c.tar.xz xp-52e0f636ad931f81161d107a37187532dfce049c.zip | |
feat: Add key validator
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43f666 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +*.pyc +report.md |