# Project-specific ignores
requirements/

# Virtual environment
.venv/
venv/
env/
ENV/

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Session files
.zorac_session.json
.zorac_history

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Unit test / coverage
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.pytest_cache/
.ruff_cache/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# IDEs
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
.DS_Store

# Environment variables
.env
.env.local

# Lock files (uncomment if you don't want to commit)
# uv.lock
