# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ .venv/ env/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Environment files .env .env.local .env.*.local # Database *.db *.sqlite *.sqlite3 # Frontend frontend/node_modules/ frontend/dist/ frontend/yarn.lock frontend/pnpm-lock.yaml # Logs *.log logs/ # Testing .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ # Backup tool specific backups/ .pi-subagents/