66 lines
550 B
Plaintext
66 lines
550 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
/target
|
|
|
|
# Build outputs
|
|
dist/
|
|
dist-ssr/
|
|
build/
|
|
*.local
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
*.egg-info/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Tauri
|
|
src-tauri/target/
|
|
src-tauri/Cargo.lock
|
|
|
|
# Database and cache
|
|
*.pkl
|
|
*.db
|
|
*.sqlite
|
|
.adalflow/
|
|
|
|
# Testing
|
|
coverage/
|
|
.coverage
|
|
*.cover
|
|
.pytest_cache/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|