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

# Python
__pycache__/
*.py[cod]
*.so

# Virtual environments
venv/
.venv/
env/

# IDE
.idea/
.vscode/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/
