Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Temp files, cache files, etc that we do not need in the container
.venv
*.pyc
.vscode
__pycache__
.pytest_cache
.coverage
.hypothesis
.idea/

# Folders that contain important information in the repo, but are not used to run the bot itself
.github/
DBs/
documentation/
tests/

# Files that contain information not relevant to running the code itself
.dockerignore
.flake8
.gitignore
.pylintrc
changelog.md
config.default.yml
default.env
docker-compose.yml
Dockerfile
LICENSE
Makefile
README.md
Loading