open-law/.gitignore

17 lines
176 B
Plaintext
Raw Normal View History

2023-04-20 13:10:16 +00:00
# ignore directories
2023-04-20 12:33:42 +00:00
__pycache__/
2023-04-20 13:10:16 +00:00
env/
.venv/
2023-04-20 12:33:42 +00:00
.pytest_cache/
2023-04-20 13:10:16 +00:00
node_modules/
2023-04-20 12:33:42 +00:00
2023-04-20 13:10:16 +00:00
# ignore files
2023-04-20 12:33:42 +00:00
.env
2023-04-20 13:10:16 +00:00
*.pyc
/*.sqlite3
2023-05-09 14:55:29 +00:00
# typescrypt generated files
/app/static/js/*.d.ts
.DS_Store