# Auto-generated version file
src/tracely/_version.py

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

# Python
__pycache__/
*.pyc
*.pyo

# IDE
.idea/
.vscode/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# Environment
.env
.venv/
