# Git .git .gitignore # Python __pycache__ *.py[cod] *$py.class *.so .Python .venv venv ENV env # Testing .pytest_cache .coverage htmlcov tests/ # IDE .idea .vscode *.swp *.swo # Logs logs/ *.log # Environment .env .env.local .env.*.local # Development files *.md !README.md requirements-dev.txt implementation-plan.md fastapi-best-practices.md wakeup.sh