78 lines
780 B
Plaintext
78 lines
780 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
*.egg-info/
|
|
*.egg
|
|
*.manifest
|
|
*.spec
|
|
eggs/
|
|
wheels/
|
|
*.whl
|
|
|
|
# PyInstaller
|
|
*.manifest
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage / pytest
|
|
.pytest_cache/
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|
|
*.cover
|
|
.hypothesis/
|
|
.tox/
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.log
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# uv
|
|
.uv/
|
|
.uv_cache/
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# Protobuf generated (if generated in-tree)
|
|
*_pb2.py
|
|
*_pb2_grpc.py
|
|
|
|
# IDE / editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project-specific
|
|
performance_report*.json
|
|
|
|
.claude/
|
|
*.pem |