# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/
.pypirc
.env

# Virtual environments
.venv

# tests
test.py
test.json

# Pytest
cassettes

# Docker
docker-compose.yml
Dockerfile
.coverage
