open-law/.gitignore

12 lines
113 B
Plaintext
Raw Normal View History

2023-04-20 16:10:16 +03:00
# ignore directories
2023-04-20 15:33:42 +03:00
__pycache__/
2023-04-20 16:10:16 +03:00
env/
.venv/
2023-04-20 15:33:42 +03:00
.pytest_cache/
2023-04-20 16:10:16 +03:00
node_modules/
2023-04-20 15:33:42 +03:00
2023-04-20 16:10:16 +03:00
# ignore files
2023-04-20 15:33:42 +03:00
.env
2023-04-20 16:10:16 +03:00
*.pyc
/*.sqlite3