__pycache__ *.pyc *.pyo *.pyd .Python venv/ env/ .venv .git .gitignore .env.local .env.*.local *.log .DS_Store node_modules/ .next/ dist/ build/ *.egg-info/ .pytest_cache/ .coverage htmlcov/ .vscode/ .idea/ *.swp *.swo *~ .env .env.example README.md .dockerignore Dockerfile .github/