# Ignore env file
/.env

# Ignore all log files, wherever they are
*.log

# Ignore build and project directories
/dist/
/.idea/
/.venv/
__pycache__
