hexabot/nlu/.gitignore

23 lines
204 B
Plaintext
Raw Normal View History

2024-09-10 09:50:11 +00:00
# This repository
data/*
!data/nothing.txt
experiments/*
!experiments/nothing.txt
/repos/*
# Python
*.py[cod]
__pycache__/
# Virtualenv
env/
venv/
virtualenv/
# macOS
Icon?
.DS_Store
# IDEs
*.swp
.env