refact: move temp files to /.temp/

This commit is contained in:
sebthom
2025-05-15 19:52:41 +02:00
parent cc25164b43
commit 83c0d6adf0
3 changed files with 13 additions and 13 deletions

8
.gitignore vendored
View File

@@ -14,19 +14,13 @@ downloaded-ads
# python
/.venv
__pycache__
/build
/dist
/.temp
/.eggs
/*.egg-info
/.mypy_cache
/.pdm-build/
/.pdm-python
/.ruff_cache
# test coverage
/.coverage
/htmlcov/
/coverage.xml
# Eclipse
/.project