Initial commit: Add devtrace project structure
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-30 09:08:19 +00:00
parent 1d5c99fbfe
commit 7f839acad1

54
.gitignore vendored Normal file
View File

@@ -0,0 +1,54 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
virtualenvs/
.env/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Testing
.tox/
.nox/
.coverage
htmlcov/
.pytest_cache/
coverage.xml
# Logs
*.log
# Database
*.db
*.sqlite
*.sqlite3
# OS
.DS_Store
Thumbs.db