
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
wheels/
*.whl

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

# IDE files
.vscode/
.idea/

# Miscellaneous
*.log
*.swp
*.swo
*.bak
.DS_Store

# Tool Caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Coverage
.coverage
coverage.xml
htmlcov/

# Build artifacts
commitai.egg-info/
