first commit
This commit is contained in:
commit
f217eea8f7
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Python
|
||||||
|
.venv/
|
||||||
|
__pychache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# tooling
|
||||||
|
.pytest_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
|
# editors
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# OS noise
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Critical
|
||||||
|
.env
|
||||||
0
pyproject.toml
Normal file
0
pyproject.toml
Normal file
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
ruff == 0.15.1
|
||||||
|
black == 26.1.0
|
||||||
|
pytest == 9.0.2
|
||||||
|
pre-commit == 4.5.1
|
||||||
Loading…
x
Reference in New Issue
Block a user