From a5c1490aca2328999b1c675320eec95052b0242e Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Sat, 2 Aug 2025 15:38:57 +0200 Subject: [PATCH] chore(.gitignore): expand gitignore --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bbc6b87..07febb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,47 @@ -.py[cod] +# VSCode stuff +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Byte-compiled / optimized / DLL files __pycache__/ -.mypy_cache/ +*.py[cod] +*$py.class + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# PDM +.pdm* +!pdm.lock + +# uv +.python-version +!uv.lock + +# Distribution / packaging +dist/ +build/ +/*cache/ + +# Tests .pytest_cache/ -.ruff_cache/ -.pdm-python +.coverage +.htmlcov/ + +# Log files +logs/ +*.log + +# Sphinx +docs/_build/ +docs/ref/modules/