# Gitignore para VoxPopuli Microservices # Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store *.code-workspace # Environment .env .env.local .env.*.local # Bases de Datos *.db *.sqlite *.sqlite3 test.db # Logs *.log logs/ # Cache .cache/ .pytest_cache/ .coverage htmlcov/ # Testing .tox/ .hypothesis/ # Otros *.pyc .mypy_cache/ .dmypy.json dmypy.json node_modules/ *.pem credentials.json migrations/ *.tar.gz