# Byte‑compiled / build artifacts __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ src/checkpoints/ mlflow/ postgres-temp/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg # Installer logs pip-log.txt pip-delete-this-directory.txt # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec *.pth # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ # IDEs and editors .idea/ *.iml .vscode/ *.sublime-project *.sublime-workspace # Docker docker-compose.override.yml .docker/ # Environment / virtualenv .env .venv/ env/ venv/ ENV/ env.bak/ venv.bak/ # Poetry poetry.lock poetry.toml # Pyproject (se configurar como público; se privado, remova) # pyproject.toml # Lock files Pipfile.lock # Runtime data *.pid *.seed *.log # Jupyter Notebook .ipynb_checkpoints # VS Code settings .vscode/ # OS files .DS_Store Thumbs.db