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

# Distribution / packaging
.Python
build/
dist/
downloads/
eggs/
.eggs/
sdist/
wheels/
*.egg-info/
*.egg
MANIFEST

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

# Type checkers / linters
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Environments
.env
.envrc
.venv
env/
venv/
ENV/

# mkdocs
/site

# uv — a library is consumed across environments, so we don't pin a lockfile
# (the project is pip-native; uv is only a local convenience). Matches the
# NocoDB_SimpleClient blueprint.
uv.lock

# PyPI
.pypirc

# Tools
.benchmarks/

# IDE
.vscode/
.claude/
.idea/
