Files
anime_manager/.dockerignore
Imrayya 45674e3670
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 14s
Add initial implementation of Anime Manager application
- 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.
2026-02-02 15:26:19 +07:00

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