From 48fd6627a7f5ace8af9fbba18891074709960401 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sun, 13 Sep 2026 21:05:16 +0530 Subject: [PATCH] chore: standardise .gitignore --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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