# Ignore virtual environment folders
venv/
.env/
.env.local

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

# Ignore dependency folders
node_modules/**

# Ignore images, logs, binaries
*.png
*.jpg
*.jpeg
*.gif
*.exe
*.dll
*.log
*.pem

# Ignore test fixtures
tests/fixtures/**
tmp/**

# BUT allow this file again even if pattern ignored above
!src/config/important.env
