
# Python
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.pixi/
.claude/
verify_fix.py

# Editor
.vscode/

# Build
build/
dist/
wheelhouse/
.tmp-vendor/
*.egg-info/
_skbuild/
*.whl
*.conda
*.tar.gz

# Vendored native deps (generated by extern/vendor.sh)
extern/cfitsio/
extern/wcslib/
extern/VERSIONS.txt

# Data
*.fits
examples/data_*/

# Logs/Temp
benchmark_full_output.txt
benchmark_results/
benchmark_results_*/
benchmarks/benchmark_results/
bench*.log
bench*.log*
benchmark*.log
benchmarks/debug_sip.py
fitsio.setup.py
package-lock.json
.DS_Store
