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

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

# Virtual environments
.env
.venv
env/
venv/

# IDE
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db
