Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ipython_config.py
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
Expand Down Expand Up @@ -223,4 +223,8 @@ $RECYCLE.BIN/

# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)

.space
typings/
poetry.lock
develop/
/storage/*
*.zip
1 change: 0 additions & 1 deletion .spaceignore

This file was deleted.

228 changes: 0 additions & 228 deletions BotMicro/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions BotMicro/analysis/__init__.py

This file was deleted.

52 changes: 0 additions & 52 deletions BotMicro/bot/factory.py

This file was deleted.

10 changes: 0 additions & 10 deletions BotMicro/bot/handlers/__init__.py

This file was deleted.

19 changes: 0 additions & 19 deletions BotMicro/bot/handlers/error.py

This file was deleted.

32 changes: 0 additions & 32 deletions BotMicro/bot/handlers/groups/__init__.py

This file was deleted.

Loading