# Ignore build artifacts
*.tar.gz
*.zip
*.bak
*.swp
*.tmp

# Perl build/test files
blib/
Makefile
Makefile.old
pm_to_blib
Makefile.PL.old
cover_db/
nytprof.out

# Module metadata
META.yml
META.json

# Build/test logs
Build
_build/
*.log
*.err

# Devel::Cover and other test tools
cover_db/
nytprof.out

# Editor files
*.swo
*.swp
*.DS_Store
*.idea/
.vscode/

# Dist::Zilla or Module::Build artifacts (if used)
.inc/

