forked from freelawproject/courtlistener
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (39 loc) · 859 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
# Python stuff
.venv
.env.json
*.egg-info
.dmypy.json
# pyenv
# For a library or package, you might want to ignore these files since the
# code is intended to run in multiple environments; otherwise, check them in:
.python-version
# no compiled files!
*.class
*.pyc
*~
*.iml
*.retry
# Javascript Dev Bundles
cl/node_modules/
cl/assets/bundles
# Downloaded and generated assets
cl/assets/media/bulk-data/
cl/assets/media/financial-disclosures/
cl/assets/media/harvard_corpus/
cl/assets/media/recap-data/
cl/assets/media/recap_processing_queue/
cl/assets/media/xml/
cl/assets/static/
cl/assets/static-global/js/react
# IntelliJ IDEA files
.idea
# Hyperscan db
.hyperscan/
# Dev personal stuff - never check in these things with keys or codes!
cl/settings/*private.py
cl/settings/google_auth.json
.DS_Store
.dir-locals.el
/.env.dev
/.env
.vscode/*