summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-24 11:16:09 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-24 11:16:09 -0400
commit59b2b7c9ab5f392008405178ba11dcd977e31927 (patch)
treea39f4534f84abb7a5c1d4832f4b4f00ecfc5fc18 /.gitignore
parentd029ff81e6711201a63a9402076a819e189bbcdf (diff)
downloaddecky-lsfg-vk-59b2b7c9ab5f392008405178ba11dcd977e31927.tar.gz
decky-lsfg-vk-59b2b7c9ab5f392008405178ba11dcd977e31927.zip
cleanup
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0297e2f..c74264d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,27 @@ cli/decky
py_modules/lsfg_vk/config_schema_generated.py
py_modules/lsfg_vk/configuration_helpers_generated.py
src/config/generatedConfigSchema.ts
+
+# Additional development artifacts
+*.pyc
+*.pyo
+*.pyd
+.pytest_cache/
+*.egg-info/
+.coverage
+htmlcov/
+.tox/
+.eslintcache
+.turbo/
+
+# Temporary files
+*.tmp
+*.temp
+*~
+
+# IDE specific files (beyond what's already covered)
+*.sublime-project
+*.sublime-workspace
+.vscode/settings.json
+.vscode/.ropeproject
+