-
-
Notifications
You must be signed in to change notification settings - Fork 110
/
.gitignore
51 lines (49 loc) · 858 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
**/*scratch*.ipynb
**/*.log
**/*.pyc
**/*.pq
**/*.parquet
**/*.*.swp
**/__pycache__/*
docs/data_dictionaries/pudl_db.rst
docs/autoapi/*
.ipynb_checkpoints/
.cache/
.ruff_cache/
.mypy_cache/
.pytest_cache/*
.DS_Store
build/
**/*pudl.egg-info/
dist/
.eggs/
.tox/
coverage.xml
.coverage
.coverage.*
codecov.sh
.env_tox/
.env_pudl/
*wheel-metadata
dask-worker-space*
environments/user-requirements.txt
environments/user-environment.yml
.vscode/*
commit.txt
devtools/profiles/
mlruns/
experiments.sqlite
notebooks/*.pkl.gz
notebooks/*.tgz
**/.~lock*#
**/*~
**.tfstate
**.tfstate.*
terraform/.terraform/*
.env
.hypothesis/
# generated by datasette/publish.py fresh for every deploy - we shouldn't track changes.
devtools/datasette/fly/Dockerfile
devtools/datasette/fly/inspect-data.json
devtools/datasette/fly/metadata.yml
devtools/datasette/fly/all_dbs.tar.zst