Skip to content

chore: remove duplicate root asn_type.map and gitignore it (issue #67)#68

Merged
levleontiev merged 1 commit intomainfrom
chore/issue-67-remove-root-asn-type-map
Mar 26, 2026
Merged

chore: remove duplicate root asn_type.map and gitignore it (issue #67)#68
levleontiev merged 1 commit intomainfrom
chore/issue-67-remove-root-asn-type-map

Conversation

@levleontiev
Copy link
Contributor

Summary

  • Deletes ./asn_type.map from repo root — duplicate of data/asn_type.map, generated artifact not used by any workflow or test
  • Adds asn_type.map to .gitignore to prevent accidental re-commit when running bin/generate_asn_type_map.py without --output
  • data/asn_type.map is kept as canonical reference copy

Closes #67.

Test plan

  • CI green
  • data/asn_type.map still present
  • Root asn_type.map gone

🤖 Generated with Claude Code

asn_type.map existed in two places: ./asn_type.map (root) and
data/asn_type.map. Both were identical (85 231 lines). The root copy
is a generated artifact from running bin/generate_asn_type_map.py
without --output (DEFAULT_OUTPUT defaults to asn_type.map in CWD).

No workflow, Dockerfile, or test reads ./asn_type.map directly —
the Dockerfile regenerates it at build time from the upstream URL.

Remove the root copy and gitignore the pattern so a local generator
run cannot accidentally re-commit it. data/asn_type.map stays as the
canonical reference copy.

Closes #67.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@levleontiev levleontiev merged commit 814b8e2 into main Mar 26, 2026
11 checks passed
@levleontiev levleontiev deleted the chore/issue-67-remove-root-asn-type-map branch March 26, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: remove duplicate root asn_type.map and gitignore generated artifacts

2 participants