mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 16:46:56 -04:00
36 lines
511 B
Plaintext
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/
|