# Built binary (from copier project_name)
/djot-fmt

# Changelog scratch file written by the commitizen action; goreleaser's dirty
# check must not see it as untracked
body.md

# Go binaries
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binaries and coverage
*.test
*.out
coverage.out
coverage.html
*.cover
*.coverprofile

# Delve debugger
__debug_bin*

# Python bindings
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
# Generated by the hatchling build hook next to the package sources
bindings/python/djot_fmt/_lib*

# Build artifacts
dist/
bin/
build/

# Go workspace files (local only)
go.work
go.work.sum

# Dependency directories
vendor/

# Air (live reload) temporary directory
tmp/

# Environment files
.env
.env.local
.env.*.local

# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*.swn
*~

# OS-specific
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
ehthumbs.db
Desktop.ini
