This website requires JavaScript.
Explore
Help
Register
Sign in
kumi
/
matrix-applicationbot
Watch
1
Star
0
Fork
You've already forked matrix-applicationbot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6bd78018ef
matrix-applicationbot
/
.gitignore
5 lines
42 B
Text
Raw
Normal View
History
Unescape
Escape
feat: add initial version of Matrix Support Bot - Set up CI/CD workflow for Python package publishing to PyPI - Add MIT License for project - Create .gitignore file to exclude common Python and project files - Document project purpose and licensing in README.md - Add example configuration file (config.yaml.dist) - Define package metadata and dependencies in pyproject.toml - Implement SupportBot class for handling support tickets in Matrix - Implement main script for bot execution and configuration loading This initial commit establishes the structure and core functionality for the Matrix Support Bot project.
2024-08-18 15:33:56 +00:00
*.pyc
__pycache__/
venv/
chore: update .gitignore to include dist/ directory Added dist/ directory to .gitignore to prevent distribution files from being tracked by Git. This keeps the repository clean and avoids unnecessary clutter from build artifacts.
2024-08-18 16:54:46 +00:00
config.yaml
dist/
Reference in a new issue
Copy permalink