Files
clawfort/.gitignore
Santhosh Janardhanan b176bff2fd
Some checks failed
quality-gates / lint-and-test (push) Has been cancelled
quality-gates / security-scan (push) Has been cancelled
quality-gates / playwright-smoke (push) Has been cancelled
quality-gates / playwright-full (push) Has been cancelled
clean up
2026-02-13 17:17:31 -05:00

79 lines
708 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment variables
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Node.js (for e2e tests)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Playwright (e2e tests)
e2e/test-results/
e2e/playwright-report/
e2e/playwright/.cache/
# OpenSpec
.openspec/
# Docker
.dockerignore
# Misc
*.bak
*.tmp
.cache/
backend/static