chore: update project structure and add testing framework

This commit is contained in:
Davidson Gomes
2025-04-28 20:41:10 -03:00
parent 7af234ef48
commit e7e030dfd5
49 changed files with 1261 additions and 619 deletions

View File

@@ -1,3 +1,47 @@
# Environment and IDE
.venv
venv
.env
.idea
.vscode
__pycache__
*.pyc
*.pyo
*.pyd
.Python
.pytest_cache
.coverage
htmlcov/
.tox/
# Version control
.git
.github
.gitignore
# Logs and temp files
logs
*.log
tmp
.DS_Store
# Docker
.dockerignore
Dockerfile*
docker-compose*
# Documentation
README.md
LICENSE
docs/
# Development tools
tests/
.flake8
pyproject.toml
requirements-dev.txt
Makefile
# Ambiente virtual
venv/
__pycache__/