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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
/veltix/

# Virtual environments
.venv/
venv/
env/
ENV/

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

# Testing / coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# PyPI
.pypirc

# Benchmark output
bench.json

# Docs build
site/

# Dev notes (local only)
dev/
