Paperjet/.gitignore
Elijah c545d4b17d
Some checks failed
Automated Container Build / build-and-push (push) Failing after 3s
CI / Backend (Python) (push) Failing after 28s
CI / Frontend (TypeScript) (push) Failing after 5m8s
Initial commit with Phase 0 Scaffolding
2026-06-10 18:28:17 -07:00

34 lines
309 B
Text

# IDE & Editor files
.vscode/
.cursor/
.idea/
*.swp
*.xml
# Build outputs
dist/
build/
out/
# Dependencies
node_modules/
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
# Environment
.env
*.sqlite
# OS files
.DS_Store
Thumbs.db
# Local application run data
/data/