summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2d8c58c3a983293c3e160bd8b6cd9fe72ce18c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.egg-info/
.tox
*.pstats
*.swp
.mypy_cache
__pycache__/
/docs/_build/
*.html
/psycopg_binary/
.vscode
.venv
.coverage
htmlcov

.eggs/
dist/
wheelhouse/
# Spelling these explicitly because we have /scripts/build/ to not ignore
# but I still want 'ag' to avoid looking here.
/build/
/psycopg/build/
/psycopg_c/build/
/psycopg_pool/build/