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

# Generated by hatch-vcs at build time
dissent/_version.py

# Environment variables
.env
.env.*

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Linting
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Test artifacts
test_diff.patch

# AI tool local config
.claude/
