# Virtual environment 
venv/
.venv/

# Environment variables 
.env

# Python compiled files
__pycache__/
*.pyc

# Operating system files
.DS_Store

# Logs
logs/
*.log

# Pytest cache
.pytest_cache/

# User data
data/history.json
data/ledger.json
logs/*.log

# Editor configs
.vscode/
.idea/
*.swp

# Hypothesis schtuff
.hypothesis/