skyeweave/.gitignore
2024-10-20 21:38:22 +02:00

11 lines
118 B
Text

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