# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Version file generated by hatch-vcs
nostress/_version.py

# Documentation build artifacts
docs/_build/
docs/.doctrees/
.readthedocs-cache/

# Keep documentation static assets (images, etc.)
!docs/_static/

# Coverage reports
htmlcov/
.coverage
coverage.xml
*.cover

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
