# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ dist/ *.egg-info/ .eggs/ *.egg # Virtual environments .venv/ venv/ env/ ENV/ # Environment variables .env .env.local .env.*.local # IDE .vscode/ .idea/ *.swp *.swo # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # Docker *.log # OS .DS_Store Thumbs.db # Alembic alembic/versions/*.pyc test_results/