# Python byte code & cache
__pycache__/
*.py[cod]
*$py.class

# Environments
.venv/
env/
venv/
ENV/

# Build and Distribution artifacts
build/
dist/
*.egg-info/
.eggs/

# IDE & OS files
.vscode/
.idea/
.DS_Store
*.swp

# Local test / config artifacts
.pytest_cache/
