Initial import
This commit is contained in:
66
.gitignore
vendored
Normal file
66
.gitignore
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
# Python bytecode and caches
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.sqlite3
|
||||
|
||||
# Builds and packaging
|
||||
build/
|
||||
dist/
|
||||
pip-wheel-metadata/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
|
||||
# Test/coverage/mypy caches
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
.mypy_cache/
|
||||
.cache/
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# IDE/editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.code-workspace
|
||||
|
||||
# OS junk
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
agentui.log
|
||||
|
||||
# proxy
|
||||
proxy.txt
|
||||
|
||||
# Local config
|
||||
.env
|
||||
.env.*
|
||||
*.env
|
||||
|
||||
# Project-specific runtime files
|
||||
presets/
|
||||
pipeline.json
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# Temp
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
# Proxy config
|
||||
proxy.txt
|
||||
proxy.*
|
||||
*.proxy.*
|
||||
Reference in New Issue
Block a user