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

# Virtual environments
.venv/
venv/

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

# Pytest / coverage
.pytest_cache/
.coverage*
htmlcov/

# IDE / editor
.idea/
.vscode/
*.swp

