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

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

# Build artifacts
build/
dist/
*.egg-info/
*.egg
.eggs/

# Package files (generated)
*.whl
*.tar.gz

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

# OS
.DS_Store
Thumbs.db

# Project specific
.pypirc
archived/
latencyx_traces.jsonl
*.jsonl

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

uv.lock