hexabot/nlu/.gitignore
2024-09-10 10:50:11 +01:00

23 lines
204 B
Plaintext

# 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