diff --git a/.gitignore b/.gitignore index fe63857..b57150a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,22 @@ wheels/ # Virtual environments .venv +# Environment variables .env + +# Testing / coverage +.pytest_cache/ +.coverage +.coverage.* +htmlcov/ + +# Linting / type-checking caches +.ruff_cache/ +.mypy_cache/ + +# Documentation build output site/ + +# OS-specific +.DS_Store +Thumbs.db