# Environment files
/.env

# Log files
*.log

# Build and IDE directories
/dist/
/.idea/
/.vscode/

# Python bytecode and cache
__pycache__/
*.pyc
