open-law/.gitignore

12 lines
113 B
Plaintext

# ignore directories
__pycache__/
env/
.venv/
.pytest_cache/
node_modules/
# ignore files
.env
*.pyc
/*.sqlite3