mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-09 14:25:58 +00:00
17 lines
176 B
Plaintext
17 lines
176 B
Plaintext
# ignore directories
|
|
__pycache__/
|
|
env/
|
|
.venv/
|
|
.pytest_cache/
|
|
node_modules/
|
|
|
|
# ignore files
|
|
.env
|
|
*.pyc
|
|
/*.sqlite3
|
|
|
|
# typescrypt generated files
|
|
/app/static/js/*.d.ts
|
|
|
|
.DS_Store
|