# State files processed_entries.txt /state/ # IDEs .idea/ .vscode/ *.swp *.swo # Python venv/ .venv/ __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Testing .pytest_cache/ .coverage coverage.xml htmlcov/ .tox/ .hypothesis/ # Type checking .mypy_cache/ .dmypy.json dmypy.json # Environment .env .env.local