- Fix import_vba_access() to actually save database via DoCmd.Save()
- Update stale module docstring in extract_vba.py
- Validate file extensions in get_file_type() instead of silently
defaulting to excel
- Scan both Excel/ and Access/ directories in interactive mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace hardcoded file paths with environment variables in extract_vba.py and import_vba.py
- Add .env file for local configuration (excluded from git via .gitignore)
- Add python-dotenv dependency for environment variable loading
- Maintain fallback to interactive mode when environment variables are not set
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>