__pycache__/
tests/__pycache__/
.idea/
demo/
gameplay/
generated/
venv/
.venv/
.env
*.mp4

# Pytest and coverage
.pytest_cache/
.coverage
coverage.xml

# Build and Distribution
build/
dist/
*.egg-info/
*.egg

# Linting and Type Checking Cache
.ruff_cache/
.mypy_cache/