# Data volume data/ # Python __pycache__/ *.py[cod] *$py.class *.so .Python .venv/ venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo # Environment .env .env.local # Testing .pytest_cache/ .coverage htmlcov/ # Distribution dist/ build/ *.egg-info/