# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Virtual environment
venv/
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# User data (don't commit personal time tracking data)
billable_data.csv
*.bak

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

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

# Snapcraft build artifacts
parts/
stage/
prime/
*.snap

# MkDocs build output
public/
docs/assets/
