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

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/

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

# IDE files
.vscode/
.idea/
*.swp
*.swo