1
Fork 0
mirror of https://github.com/Steffo99/bbbdl.git synced 2025-02-16 14:13:58 +00:00
bbbdl/.gitignore

16 lines
143 B
Text
Raw Normal View History

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