# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/

# Virtual environment
.venv/
.env

# IDE
.idea/
.vscode/

# OS
.DS_Store

# Test cache
.pytest_cache/
