Initial project structure

This commit is contained in:
2025-10-20 17:12:33 +02:00
parent ebac14cbb2
commit cb9749010f

22
.gitignore vendored
View File

@@ -19,3 +19,25 @@ env/
# github instruction files # github instruction files
.github/instructions/ .github/instructions/
# Python packaging artifacts
build/
dist/
*.egg-info/
pip-wheel-metadata/
# Test artifacts
.coverage
coverage.xml
htmlcov/
.pytest_cache/
# Mypy cache
.mypy_cache/
# Logs
*.log
logs/
# SQLite database
*.sqlite3