# Environment variables .env # Python cache __pycache__/ .mypy_cache/ *.py[cod] *$py.class *.so .Python # Distribution / packaging build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments .venv/ venv/ ENV/ env/ # IDEs .vscode/ .idea/ *.swp *.swo *~ # Testing .pytest_cache/ .coverage htmlcov/ # OS .DS_Store Thumbs.db # Raw data (local only) data/raw/ # CLI logs data/cli.log