# Python-generated files __pycache__/ *.py[oc] build/ dist/ wheels/ *.egg-info # Virtual environments .venv # Environment and secrets .env # Data and logs data/ logs/ *.log # Testing .pytest_cache/ .coverage htmlcov/ # IDE .idea/ .vscode/ *.swp *.swo *~ # OS .DS_Store