aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 11f5d71..4d543b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,20 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
+
+*.pyc
+*.pyo
+__pycache__/
+.pytest_cache/
+.coverage
+htmlcov/
+.tox/
+.env
+.venv
+venv/
+ENV/
+env/
+
+# uv
+uv.lock
+.python-version \ No newline at end of file