# Virtual environments
/env/
/test_env/
.venv/

# Snap data
.snapignore
/.snap/

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

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

# IDE
.vscode/
.idea/