# Build artifacts
build/
dist/
*.spec

# C build artifacts
wssshtools/*.o
wssshtools/*.a
wssshtools/*.so
wssshtools/wss*
wssshtools/test_*
wssshtools/Makefile
wssshtools/configure.sh.stamp
wssshtools/man/*.1.gz
wssshtools/libwsssht/*.o
wssshtools/libwsssht/*.a
wssshtools/libwsssht/*.so
wssshtools/libwsssht/wssshlib.o

# wssshd2 build artifacts
wssshd2/*.o
wssshd2/*.a
wssshd2/*.so
wssshd2/wssshd
wssshd2/Makefile
wssshd2/configure.sh.stamp
wssshd2/*_data.h
wssshd2/html_pages/

# Logo and icon assets (generated from image.jpg)
logos/

# Debian packaging artifacts
wsssh-server/debian/debhelper-build-stamp
wsssh-server/debian/files
wsssh-server/debian/*.debhelper
wsssh-server/debian/*.substvars
wsssh-server/debian/wsssh-server/
wsssh-server/debian/wsssh-server.postrm.debhelper
wssshtools/debian/debhelper-build-stamp

# Build info files
*_*.buildinfo

# Debian packaging artifacts
wssshtools/debian/wsssh-tools/
wssshtools/debian/files
wssshtools/debian/*.debhelper
wssshtools/debian/*.substvars
*.deb
*.dsc
*.tar.gz
*.changes

# SSL certificates (generated during build)
cert.pem
key.pem

# Python virtual environment
venv/

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

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

# OS files
.DS_Store
Thumbs.db

# Logs
*.log

# Temporary files
*.tmp
*.bak

# Videos and temporary media
*.mp4