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

# Virtual environments
.venv

# tests
test.py
test.json

# Docker
docker-compose.yml
Dockerfile
