# Python virtual environments
.venv/
venv/
env/
ENV/

# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Environment variables
.env

# IDE specific files
.idea/
.vscode/
*.swp
*.swo

# macOS specific files
.DS_Store
**/.DS_Store

# Logs
logs/

# Output data directories
# netwlens_data/
customer-data/
data_sources/
exported_maps/bcup/
exported_maps/layouts_bcup/
exported_maps/layouts_pyvis/
exported_maps/layouts_pyvis_bcup/
lib/

# Generated files
export/graphviz/*.png
export/graphviz/*.svg
export/graphviz/*.html
export/graphviz/*.zip

# Backup files
*.bak
*.backup
*~

# Distribution / packaging
dist/
build/
*.egg-info/

# Jupyter Notebook
.ipynb_checkpoints

# Other
# trash/