Files
cyclone/.gitignore
T

37 lines
425 B
Plaintext

# Dependencies
node_modules/
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
# Build output
dist/
build/
*.tsbuildinfo
# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# Local config
.env
.env.local
.env.*.local
# Production data (handled by ops, not committed)
docs/prodfiles/*/
*.production.txt
# Local parser output
claims_output/
# Worktrees (subagent-driven development)
.worktrees/