# Python artifacts
__pycache__/
*.pyc
*.pyo
*.pyd

dist
build
dist/*
build/*
# Output file
output.txt

# Unit test artifacts
.coverage
.coverage.
htmlcov/

# Virtual environment
venv/
*.egg-info/

# Jupyter Notebook
.ipynb_checkpoints/

# Miscellaneous
*.swp
*.swo
*.swn
*~
.aider*
.env
