[dev] basic project structure

This commit is contained in:
h
2025-03-28 16:48:44 +02:00
commit 1a5fd5977e
29 changed files with 930 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Environment
.env
# Docker-related configuration
docker-compose.override.yml
# IDE
.idea
.vscode
# AI
AnyMusicBot2.xml
# Research and Tests
t