gschatbot_3 / .gitignore
songhune's picture
initial commit
5dfcc08
raw
history blame contribute delete
359 Bytes
# Ignore .env file
# Ignore compiled binaries
*.exe
*.dll
*.so
*.pyc
# Ignore build output directories
build/
dist/
out/
# Ignore package manager directories
node_modules/
vendor/
HIC/V3/flagged
HIC/V3/myenv
# Ignore IDE and editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Ignore logs and temporary files
*.log
*.tmp
*.swp
.DS_Store