# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/

# Packaging/build artifacts
build/
dist/
*.egg-info/
pip-wheel-metadata/

# Test and type-checker caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/

# Coverage
.coverage
.coverage.*
htmlcov/

# Local environment files
.env
.env.*
.python-version

# Logs
*.log

# Jupyter
.ipynb_checkpoints/

# tracelabel runtime/build artifacts
src/tracelabel/static/
frontend/node_modules/
frontend/dist/
.tracelabel/
*.db

# OS/editor
.DS_Store
.idea/
*.iml
