# Build artifacts
target/
site/
dist/
*.egg-info/

# Python
__pycache__/
*.py[cod]
*$py.class
.python-version

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS files
.DS_Store
Thumbs.db
