# Python
__pycache__/
*.pyc
.venv/
dist/
*.egg-info/

# Env
.env

# Node
node_modules/
frontend/dist/

# DB
*.sqlite

# OS
.DS_Store
resume.txt
