CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/GERBER_X3_SUPPORT.md
docs/IMPLEMENTATION_SUMMARY.md
docs/LOGGING_DOCUMENTATION.md
docs/OPTIMIZATION_CHANGELOG.md
docs/OPTIMIZATION_COMPARISON.md
docs/OPTIMIZATION_FINAL_REPORT.md
docs/OPTIMIZATION_PHASE1_RESULTS.md
docs/OPTIMIZATION_PHASE2_COMPLETE.md
docs/OPTIMIZATION_PHASE2_REAL_RESULTS.md
docs/OPTIMIZATION_PHASE3_PROPOSAL.md
docs/OPTIMIZATION_README.md
docs/OPTIMIZATION_SUMMARY.md
docs/OPTIMIZATION_TUNING_RECOMMENDATIONS.md
docs/OPTIMIZATION_VISUAL.md
docs/PERFORMANCE_ANALYSIS.md
docs/README.md
docs/SECURITY.md
docs/SECURITY_FIX_EVAL.md
docs/STEP_REPEAT_GEOJSON.md
docs/TESTING.md
docs/TEST_SUITE_COMPLETE.md
docs/X3_NEW_FEATURES.md
docs/index.md
docs/installation.md
docs/usage.md
src/gerbyx/__init__.py
src/gerbyx/__main__.py
src/gerbyx/aperture.py
src/gerbyx/blocks.py
src/gerbyx/cli.py
src/gerbyx/format.py
src/gerbyx/layer_polarity.py
src/gerbyx/logger.py
src/gerbyx/macro.py
src/gerbyx/parser.py
src/gerbyx/processor.py
src/gerbyx/state.py
src/gerbyx/step_repeat.py
src/gerbyx/tokenizer.py
src/gerbyx/units.py
src/gerbyx/validator.py
src/gerbyx/visualizer.py
src/gerbyx.egg-info/PKG-INFO
src/gerbyx.egg-info/SOURCES.txt
src/gerbyx.egg-info/dependency_links.txt
src/gerbyx.egg-info/entry_points.txt
src/gerbyx.egg-info/requires.txt
src/gerbyx.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_flashpads.py
tests/test_gerbyx.py
tests/test_integration.py
tests/test_parser.py
tests/test_processor.py
tests/test_regression_kicad_x3.py
tests/test_step_repeat.py
tests/test_tokenizer.py
tests/test_validator.py