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

# Virtual environments
.venv

# Cache and logs
__pypackages__/
*.log
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.ipynb_checkpoints/
.cache/

# generated ssl files
server.crt
server.key

#benchmarks
.benchmarks/