Files
weewx/.gitignore
2026-03-22 04:32:56 -07:00

36 lines
511 B
Plaintext

*~
\#*
# Don't commit sensitive stuff
.env
# Python compile stuff
__pycache__
*.pyc
*.egg-info
# pytest caching and coverage
.pytest_cache
.coverage
# Ignore the macOS turds
.DS_Store
# Ignore any virtual environments
.venv*
# Exclude all of the JetBrains .idea directory
.idea
# Exclude JetBrains AI directory
.junie
# Ignore artifacts produced during build/packaging
MANIFEST
build
dist
# Ignore database, HTML directories, and built documentation
src/weewx_data/archive/
src/weewx_data/public_html/