mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-10 14:55:50 +00:00
12 lines
113 B
Plaintext
12 lines
113 B
Plaintext
# ignore directories
|
|
__pycache__/
|
|
env/
|
|
.venv/
|
|
.pytest_cache/
|
|
node_modules/
|
|
|
|
# ignore files
|
|
.env
|
|
*.pyc
|
|
/*.sqlite3
|