2024-08-09 16:57:33 +00:00
|
|
|
# Dev environment
|
|
|
|
*venv/
|
|
|
|
.vscode/
|
2024-10-16 20:13:39 +00:00
|
|
|
*out*/
|
2024-10-16 20:28:23 +00:00
|
|
|
assets/
|
2024-08-09 16:57:33 +00:00
|
|
|
|
|
|
|
# python files
|
|
|
|
__pycache__/
|
2024-10-10 23:14:14 +00:00
|
|
|
*.egg-info/
|
|
|
|
.mypy_cache/
|
2024-10-20 19:38:22 +00:00
|
|
|
.pytest_cache/
|