# Ignore Python cache __pycache__/ *.pyc *.pyo *.pyd # Ignore virtual environments .venv # Ignore development tools *.log *.swp .DS_Store # Ignore Git .git .gitignore # Ignore Docker files not needed in build context docker-compose.yml docker-compose.override.yml # Ignore tests and docs if not needed tests/ docs/ uv.look