27 lines
285 B
Plaintext
27 lines
285 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Env
|
|
.env
|
|
|
|
# Node
|
|
node_modules/
|
|
frontend/dist/
|
|
|
|
# DB
|
|
*.sqlite
|
|
|
|
# OS
|
|
.DS_Store
|
|
resume.txt
|
|
|
|
# Test fixtures — drop PDFs here for local testing, never commit them
|
|
features/doc-service/tests/pdfs/*.pdf
|
|
|
|
# Don't sync .un files
|
|
*.un~
|