# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg
pip-wheel-metadata/
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/
*.env

# Test / coverage
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
htmlcov/

# Editors / IDEs
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

# Jupyter notebooks
.ipynb_checkpoints/

# Type checker / linters
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/

# Generated data
data/
output/
!src/**/output/

# rpax/rpacli generated artifacts
.rpax-lake/
.rpax-warehouse/
.rpacli-warehouse/
*.rpax-out/

# Test directories and temporary files
.test-*
.temp-*

# Test output directories (should not be committed)
test-output/
docs/scratch/
