1
Fork 0
mirror of https://github.com/Steffo99/bbbdl.git synced 2024-11-21 23:34:19 +00:00
bbbdl/.gitignore

16 lines
143 B
Text
Raw Normal View History

2020-10-26 17:02:37 +00:00
# bbbdl ignores
*.json
*.mp4
2020-10-26 02:05:14 +00:00
# Python ignores
**/__pycache__/
dist/
*.egg-info/
**/*.pyc
# PyCharm ignores
.idea/
2020-11-18 10:53:09 +00:00
# Docs ignore
/docs/build