# Git
.git
.gitignore
.gitattributes

# Virtual environments
.venv
venv
env
ENV

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

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
.installed.cfg
*.egg

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Linting
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Documentation
docs/_build/

# Jupyter
.ipynb_checkpoints

# CI/CD
.github/

# Version file (generated by setuptools_scm)
src/nb_order_validator/_version.py
