# Dependencies node_modules/ __pycache__/ *.pyc .venv/ venv/ # Environment .env .env.local .env.*.local # Build .next/ out/ dist/ build/ *.egg-info/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Testing coverage/ htmlcov/ .pytest_cache/ .coverage # Database *.db *.sqlite3 # Generated *.pdf *.docx