__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
env/
ENV/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/
dist/
build/
.coverage
htmlcov/
.DS_Store
*.swp
.env
.env.*
.idea/
.vscode/
*.log

# Repo-specific
.eggs/
*.pyo

# Inspection-only DSDs (regenerate with: curl -H "Accept: application/vnd.sdmx.structure+xml;version=2.1" https://data.api.abs.gov.au/rest/datastructure/ABS/<ID>?references=all)
tests/fixtures/ABS_ANNUAL_ERP_ASGS2021_dsd.xml
tests/fixtures/BA_GCCSA_dsd.xml
tests/fixtures/CPI_dsd.xml
tests/fixtures/JV_dsd.xml
tests/fixtures/LEND_HOUSING_dsd.xml
tests/fixtures/WPI_dsd.xml
tests/fixtures/ANA_AGG_dsd.xml
tests/fixtures/AWE_dsd.xml
tests/fixtures/ERP_Q_dsd.xml
