.git .gitignore .env *.md __pycache__/ *.pyc *.pyo *.pyd .venv/ venv/ .env.local data/ *.db *.sqlite* .DS_Store .idea/ .vscode/ node_modules/ tests/