astock-agent/.gitignore
2026-04-07 21:37:44 +08:00

79 lines
722 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
# Python virtual environment
backend/venv/
venv/
.venv/
env/
# Environment variables
.env
.env.local
.env.*.local
# SQLite database
*.db
*.db-journal
*.sqlite3
# Node.js
node_modules/
frontend/node_modules/
# Next.js
frontend/.next/
frontend/out/
# Build / production
*.tsbuildinfo
.next/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db
Desktop.ini
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Coverage / test
coverage/
htmlcov/
.coverage
.coverage.*
.pytest_cache/
.tox/
.nox/
# Misc
*.bak
*.tmp
*.temp