skyeweave/.gitignore
Firq 56c1d5427a
All checks were successful
/ mypy (push) Successful in 15s
/ tests (push) Successful in 52s
/ pylint (push) Successful in 10s
Added testing
2024-10-20 21:38:22 +02:00

12 lines
118 B
Text

# Dev environment
*venv/
.vscode/
*out*/
assets/
# python files
__pycache__/
*.egg-info/
.mypy_cache/
.pytest_cache/