# Python bytecode
__pycache__/
*.py[cod]

# Virtual environments
.env
.venv
env/
venv/

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

# Logs
*.log

# IDE settings
.vscode/
.idea/

# OS files
.DS_Store