diff --git a/.gitignore b/.gitignore index 070e4e6..05291f8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,6 @@ venv/ .env .env.* -# Ignora configuração de acesso ao banco de dados Firebird -config/database/firebird.json - # Bytecode compilado __pycache__/ *.py[cod] @@ -42,6 +39,8 @@ pip-wheel-metadata/ # Arquivo s de conexão config/database/firebird.json +storage/temp +storage/temp.json # Ignorar arquivos storage storage/ \ No newline at end of file