diff --git a/.gitignore b/.gitignore index 13b61a5..600ec58 100644 --- a/.gitignore +++ b/.gitignore @@ -25,10 +25,17 @@ env/ htmlcov/ coverage.xml +# Lint / type checking +.mypy_cache/ +.ruff_cache/ + # Environment variables .env .env.local +# Docs build artifacts +site + # OS .DS_Store Thumbs.db @@ -37,5 +44,4 @@ Thumbs.db *.swp *.swo *~ -*.tmp -site +*.tmp \ No newline at end of file