41 lines
383 B
Plaintext
41 lines
383 B
Plaintext
# Ignore wordlist files
|
|
wordlist*
|
|
|
|
# Common wordlist patterns
|
|
*.txt
|
|
!README*.txt
|
|
|
|
# Docker build artifacts
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Build artifacts
|
|
bruteforce
|
|
*.o
|
|
*.a
|
|
bruteforce_packed
|
|
bruteforce_unpacked
|