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

# Environments
.venv/
venv/
ENV/

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

# VS Code & IDEs
.vscode/
.idea/