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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

# Testing
.pytest_cache/
.mypy_cache/
.coverage
coverage.xml
.hypothesis/
.tox/
htmlcov/

# Project specific
structure.*
*.log