# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.env
.env.local
.venv/
venv/
ENV/

# IDE
.cursor
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/

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