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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# Build and distribution
build/
dist/
*.egg-info/

# Environments
.venv/
env/
venv/
ENV/
.env

# IDEs
.idea/
.vscode/
