Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 14s
- Create README.md with project overview, features, installation instructions, and usage guidelines. - Implement core modules: config, database, notifier, processor, and watcher. - Add web interface using Flask with dashboard, rules management, and logs. - Set up Docker support with docker-compose.yml for easy deployment. - Include requirements.txt for necessary Python packages. - Implement file monitoring and processing logic for anime files. - Add Telegram notifications for various events. - Create HTML templates for the web interface.
19 lines
215 B
Plaintext
19 lines
215 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
.env
|
|
.venv
|
|
venv/
|
|
.git/
|
|
.gitignore
|
|
config.toml # Don't bake in config
|
|
anime_manager.db # Don't bake in database
|
|
drop/
|
|
media/
|
|
data/
|
|
logs/
|
|
README.md
|
|
Dockerfile
|
|
docker-compose.yml |