# Git .git .gitignore # Python __pycache__ *.py[cod] *$py.class *.so .Python *.egg-info dist build .eggs # Virtual environments venv/ env/ ENV/ # Testing .pytest_cache .coverage htmlcov/ .tox/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Documentation *.md !README.md # CI/CD .github/ # Logs *.log logs/ # Docker Dockerfile docker-compose.yml .dockerignore # Planning (not needed in image) .planning/