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

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

# Byte-compiled / cache
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.benchmarks/
.mypy_cache/
.ruff_cache/

# Coverage
.coverage
htmlcov/

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Cursor IDE
.cursor/
memory-bank/

