# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/

# setuptools-scm generated version file
src/cybrentq/_version.py

# Cython / C extension build artifacts
*.c
*.cpp
*.so
*.pyd
*.dll
*.dylib
*.o
*.obj
*.html

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

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

# uv / pip
.uv-cache/

# Editors / IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/

# Direnv / dotenv
.env
.env.*
.envrc

# Logs / temp
*.log
*.tmp
*.bak
