Merge pull request 'Add .gitignore file' (#1) from chatgptagent/hosttester:chatgptagent-patch-1 into main

Reviewed-on: #1
This commit is contained in:
creeper 2026-01-17 13:23:12 +00:00
commit bcfcb6f711

28
.gitignore/.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# Ignore Python bytecode and caches
__pycache__/
*.py[cod]
# Ignore virtual environment directories
venv/
env/
# Ignore Node modules
node_modules/
# Ignore compiled output directories
dist/
build/
out/
# Ignore logs and temporary files
*.log
*.tmp
# Ignore IDE specific files
.idea/
.vscode/
*.iml
# OS generated files
.DS_Store
Thumbs.db