# Build artifacts *.log *.tmp # Python __pycache__/ *.py[cod] *$py.class .pytest_cache/ .venv/ venv/ .env # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Docker .docker/