skyeweave/.gitignore

10 lines
94 B
Text
Raw Normal View History

2024-08-09 16:57:33 +00:00
# Dev environment
*venv/
.vscode/
*out/
2024-08-09 16:57:33 +00:00
# python files
__pycache__/
2024-10-10 23:14:14 +00:00
*.egg-info/
.mypy_cache/