Initial implementation
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
# Dependencies
|
||||
.venv/
|
||||
|
||||
# Build
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Tools
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
.python-version
|
||||
|
||||
# Reference material (not part of this project's source)
|
||||
reference/
|
||||
Reference in New Issue
Block a user