# Backend-specific Claude Code ignore file # Go-specific vendor/ *.sum # Generated mocks mocks/ **/mocks/ # Static data files static/GeoLite2-Country.mmdb static/**/*.dat static/**/*.db static/blacklist/ # Build artifacts *.exe mapleopentech-backend bin/ # Coverage and test artifacts *.out coverage.txt *.test # Logs *.log logs/ #————————————————————————————— # Application Specific Ignores #————————————————————————————— # Do not share production data used to populate the project's database. data badgerdb_data # Do not share developer's private notebook private.txt private_prod.md private.md private_*.md todo.txt private_docs private_docs/* # Executable bin/ mapleopentech-backend # Do not store the keystore static/keystore # Do not share our GeoLite database. GeoLite2-Country.mmdb # Do not save the `crev` text output crev-project.txt # Blacklist - Don't share items we banned from the server. static/blacklist/ips.json static/blacklist/urls.json internal/static/blacklist/ips.json internal/static/blacklist/urls.json static/cassandra-jdbc-wrapper-* # Do not save our temporary files. tmp # Temporary - don't save one module yet. internal/ipe.zip internal/papercloud.zip # Do not share private developer documentation _md/*