刘立冬 1 vecka sedan
förälder
incheckning
5cf40e782f
1 ändrade filer med 57 tillägg och 0 borttagningar
  1. 57 0
      visualization/knowledge_search_traverse/.gitignore

+ 57 - 0
visualization/knowledge_search_traverse/.gitignore

@@ -0,0 +1,57 @@
+# Python virtual environments
+.venv/
+venv/
+env/
+ENV/
+
+# Python cache
+__pycache__/
+*.py[cod]
+*$py.class
+*.so
+
+# Distribution / packaging
+.Python
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+wheels/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# PyCharm
+.idea/
+
+# VS Code
+.vscode/
+
+# Jupyter Notebook
+.ipynb_checkpoints
+
+# Environment variables
+.env
+.env.local
+
+# Logs
+*.log
+
+# OS files
+.DS_Store
+Thumbs.db
+
+# Evaluation cache
+.evaluation_cache/
+
+# Temporary files
+*.tmp
+*.temp
+bug