# Flit build output
dist/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Flit metadata
.flit-cache/

# Python distribution / packaging
build/
*.egg-info/
*.egg

# Virtual environments
venv/
env/
ENV/
.env/
.venv/
