# Ignore custom configs directory
custom_configs/

# Ignore any folder ending in _configs
*_configs/

# Ignore outputs directory
outputs/
output/

# Ignore log files
*.log

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# UV
.python-version
uv.lock

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store 
/cleanroom-python-client.iml
.claude/settings.local.json
