# Byte-compiled / cached files
__pycache__/
*.py[cod]
*$py.class

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

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

# Test / coverage artifacts
.pytest_cache/
.tox/
.coverage
.coverage.*
htmlcov/

# Editor / OS
.DS_Store
.idea/
.vscode/
