aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
blob: bd44b7d3383424910d17ba518d801c141f1a466e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.git
.venv
infra/cifuzz/test_data/*
docs/*

# Copied from .gitignore.
.vscode/
*.pyc
build
*~
.DS_Store
*.swp
.pytest_cache
*__pycache__/*