20 lines
206 B
Plaintext
20 lines
206 B
Plaintext
# 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/
|