diff options
author | JJ <nicetry@noemail.com> | 2025-03-19 14:53:53 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-19 14:53:53 +0000 |
commit | 84b036b926d90b52956350d99b3a070b3dd1d7ac (patch) | |
tree | f7e40a6ef8f0eb56136340f9638dd6a17b5366e1 /.gitignore |
first commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c1b88 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.idea/ +.vscode/ +.venv*/ +venv*/ +__pycache__/ +dist/ +.coverage* +htmlcov/ +.tox/ +docs/_build/ |