# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Tooling / editors
.git/
.gitignore
.github/
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Project files that don't belong in the image
*.md
Dockerfile
.dockerignore
.env
*.log
