# Git
.git

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.mypy_cache
.ruff_cache
.pytest_cache
.coverage
htmlcov
dist
build
*.egg-info

# Virtual environments
.venv
venv
ENV
env

# IDE
.vscode
.idea
*.swp
*.swo
*~

# Project files not needed in Docker image
.github
.claude
.playwright-mcp
Makefile
requirements.txt
uv.lock
scripts
tests
docs
examples
CHANGELOG.md
