open-law/.gitignore

12 lines
113 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