# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.ty/

# Charm build artifacts
*.charm
*.snap

# Ruff
.ruff_cache/

# uv — lockfiles in subprojects are tracked (charmcraft pack needs them)

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
